mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
logging and udp
This commit is contained in:
@@ -14,6 +14,8 @@ void loadConfig() {
|
||||
prex = jsonReadStr(configSetupJson, "mqttPrefix") + "/" + chipId;
|
||||
|
||||
Serial.println(configSetupJson);
|
||||
|
||||
serverIP = jsonReadStr(configSetupJson, "serverip");
|
||||
}
|
||||
|
||||
void all_init() {
|
||||
|
||||
Reference in New Issue
Block a user