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