This commit is contained in:
Dmitry Borisenko
2021-10-09 05:12:49 +08:00
parent 060d44eb74
commit c6d3b8b91f
3 changed files with 23 additions and 16 deletions

View File

@@ -90,6 +90,12 @@ void setup() {
ts.add(
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(F("--------------------------------------"));
},
nullptr, true);