mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 03:49:13 +03:00
iot manager 2.0 support
This commit is contained in:
@@ -23,6 +23,7 @@ void setup() {
|
||||
#ifdef ESP8266
|
||||
chipID = String( ESP.getChipId() ) + "-" + String( ESP.getFlashChipId());
|
||||
jsonWrite(configSetup, "chipID", chipID);
|
||||
Serial.setDebugOutput(0);
|
||||
#endif
|
||||
|
||||
prex = prefix + "/" + chipID;
|
||||
|
||||
Reference in New Issue
Block a user