mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
test completed - working
This commit is contained in:
@@ -92,7 +92,7 @@ void setup() {
|
||||
Serial.println(configSetupJson.length());
|
||||
Serial.println(F("--------------------------------------"));
|
||||
|
||||
if (jsonWrite(configSetupJson, "name", "test value")) {
|
||||
if (jsonWriteStr_(configSetupJson, "name", "test value")) {
|
||||
Serial.println("write sucsess");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user