mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 11:59:12 +03:00
some changes
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user