mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-04-01 04:49:13 +03:00
web interface changed
This commit is contained in:
@@ -9,7 +9,7 @@ void pushControl() {
|
||||
static String body_old;
|
||||
|
||||
const char* logServer = "api.pushingbox.com";
|
||||
String deviceId = jsonReadStr(configSetup, "pushingbox_id");
|
||||
String deviceId = jsonReadStr(configSetupJson, "pushingboxid");
|
||||
|
||||
Serial.println("- starting client");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user