kopia lustrzana https://github.com/Aircoookie/WLED
Auto discovery follow-up
rodzic
6eacf8ed7e
commit
3460f9d9cc
|
@ -2,6 +2,11 @@
|
|||
|
||||
### Development versions after 0.11.1 release
|
||||
|
||||
#### Build 2103090
|
||||
|
||||
- Added Auto Node discovery (PR #1683)
|
||||
- Added tooltips to quick color selectors for accessibility
|
||||
|
||||
#### Build 2103060
|
||||
|
||||
- Auto start field population in bus config
|
||||
|
|
1414
wled00/html_ui.h
1414
wled00/html_ui.h
Plik diff jest za duży
Load Diff
|
@ -540,7 +540,7 @@ void serializeInfo(JsonObject root)
|
|||
void serializeNodes(JsonObject root)
|
||||
{
|
||||
JsonArray nodes = root.createNestedArray("nodes");
|
||||
IPAddress ip = WiFi.localIP();
|
||||
|
||||
for (NodesMap::iterator it = Nodes.begin(); it != Nodes.end(); ++it)
|
||||
{
|
||||
if (it->second.ip[0] != 0)
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
// version code in format yymmddb (b = daily build)
|
||||
#define VERSION 2103060
|
||||
#define VERSION 2103090
|
||||
|
||||
//uncomment this if you have a "my_config.h" file you'd like to use
|
||||
//#define WLED_USE_MY_CONFIG
|
||||
|
|
Ładowanie…
Reference in New Issue