mirror of
https://github.com/Fishwaldo/WLED.git
synced 2025-07-12 07:58:36 +00:00
Auto discovery follow-up
This commit is contained in:
parent
6eacf8ed7e
commit
3460f9d9cc
4 changed files with 715 additions and 708 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue