mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 22:52:19 +03:00
logging and udp
This commit is contained in:
@@ -200,6 +200,14 @@ void web_init() {
|
||||
myNotAsyncActions->make(do_BUSSCAN);
|
||||
request->redirect("/?set.utilities");
|
||||
}
|
||||
|
||||
//==============================developer settings=============================================
|
||||
if (request->hasArg("serverip")) {
|
||||
jsonWriteStr(configSetupJson, "serverip", request->getParam("serverip")->value());
|
||||
saveConfig();
|
||||
serverIP = jsonReadStr(configSetupJson, "serverip");
|
||||
request->send(200);
|
||||
}
|
||||
});
|
||||
|
||||
//==============================list of items=====================================================
|
||||
|
||||
Reference in New Issue
Block a user