diff --git a/src/main.cpp b/src/main.cpp index 9b9c8831..d00aa0fc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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);