some changes

This commit is contained in:
Dmitry Borisenko
2020-05-26 17:42:50 +02:00
parent bf75e9f4b7
commit ec76321206
17 changed files with 237 additions and 356 deletions

View File

@@ -22,7 +22,7 @@ void pushControl() {
static String body_old;
const char* logServer = "api.pushingbox.com";
String deviceId = jsonRead(configSetup, "pushingbox_id");
String deviceId = jsonReadStr(configSetup, "pushingbox_id");
Serial.println("- starting client");