From 91d885eae4d7f0909f902e42be16313c05b4cf08 Mon Sep 17 00:00:00 2001 From: cschwinne Date: Tue, 9 Mar 2021 17:21:19 +0100 Subject: [PATCH] Fix node type --- wled00/NodeStruct.h | 6 +- wled00/data/index.css | 4 + wled00/data/index.htm | 2 +- wled00/data/index.js | 5 +- wled00/fcn_declare.h | 2 +- wled00/html_ui.h | 4142 +++++++++++++++++++++-------------------- wled00/udp.cpp | 6 +- 7 files changed, 2090 insertions(+), 2077 deletions(-) diff --git a/wled00/NodeStruct.h b/wled00/NodeStruct.h index 8c198664..a0fd2f63 100644 --- a/wled00/NodeStruct.h +++ b/wled00/NodeStruct.h @@ -8,9 +8,9 @@ #include #include -#define NODE_TYPE_ID_UNDEFINED 0 -#define NODE_TYPE_ID_ESP8266 8266 -#define NODE_TYPE_ID_ESP32 32 +#define NODE_TYPE_ID_UNDEFINED 0 +#define NODE_TYPE_ID_ESP8266 82 +#define NODE_TYPE_ID_ESP32 32 /*********************************************************************************************\ * NodeStruct diff --git a/wled00/data/index.css b/wled00/data/index.css index 8ea8f00e..0931cc8c 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -408,6 +408,10 @@ button { display: inline-block; } +#kn td { + padding-bottom: 12px; +} + #lv { max-width: 600px; display: inline-block; diff --git a/wled00/data/index.htm b/wled00/data/index.htm index 8e69dc01..c981c9df 100644 --- a/wled00/data/index.htm +++ b/wled00/data/index.htm @@ -184,7 +184,7 @@