Nodes: DDS Ins bugfix
This commit is contained in:
@@ -1082,8 +1082,8 @@ function ddpAll() {
|
||||
ins.push(output);
|
||||
start+=node.count;
|
||||
}
|
||||
console.log("ins", ins);
|
||||
callNode("4.3.2.1", "cfg", {"hw":{"led":{"ins":ins}}});
|
||||
console.log("ins", lastinfo.ip,JSON.stringify({"hw":{"led":{"ins":ins}}}));
|
||||
callNode(lastinfo.ip, "cfg", {"hw":{"led":{"ins":ins}}});
|
||||
}
|
||||
|
||||
function populateNodes(i,n)
|
||||
@@ -1103,7 +1103,7 @@ function populateNodes(i,n)
|
||||
//WLEDMM add this node to nodes
|
||||
let thisNode = {};
|
||||
thisNode.name = i.name;
|
||||
thisNode.ip = locip; //not working for ap node yet...
|
||||
thisNode.ip = i.ip;
|
||||
n.nodes.push(thisNode);
|
||||
|
||||
n.nodes.sort((a,b) => (a.name).localeCompare(b.name));
|
||||
|
||||
1774
wled00/html_ui.h
1774
wled00/html_ui.h
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
// version code in format yymmddb (b = daily build)
|
||||
#define VERSION 2305170
|
||||
#define VERSION 2305180
|
||||
|
||||
//uncomment this if you have a "my_config.h" file you'd like to use
|
||||
//#define WLED_USE_MY_CONFIG
|
||||
|
||||
Reference in New Issue
Block a user