mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
test
This commit is contained in:
@@ -91,10 +91,10 @@ void setup() {
|
||||
MYTEST, 10000, [&](void*) {
|
||||
Serial.println(configSetupJson.length());
|
||||
Serial.println(F("--------------------------------------"));
|
||||
Serial.println(jsonReadStr(configSetupJson, "apssidx"));
|
||||
Serial.println(jsonReadBool(configSetupJson, "telegonof"));
|
||||
Serial.println(jsonReadInt(configSetupJson, "mqttPort"));
|
||||
Serial.println(jsonReadInt(configSetupJson, "uartTX"));
|
||||
//Serial.println(jsonReadStr(configSetupJson, "apssidx"));
|
||||
//Serial.println(jsonReadBool(configSetupJson, "telegonof"));
|
||||
//Serial.println(jsonReadInt(configSetupJson, "mqttPort"));
|
||||
//Serial.println(jsonReadInt(configSetupJson, "uartTX"));
|
||||
Serial.println(F("--------------------------------------"));
|
||||
},
|
||||
nullptr, true);
|
||||
|
||||
Reference in New Issue
Block a user