mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-12 00:02:53 +00:00
Fixed 8266 build
This commit is contained in:
parent
71be381e1a
commit
e1162ad970
@ -1294,6 +1294,7 @@ void AmsConfiguration::print(Print* debugger)
|
||||
debugger->printf_P(PSTR("Language: %s\r\n"), ui.language);
|
||||
}
|
||||
|
||||
#if defined(ESP32)
|
||||
CloudConfig cc;
|
||||
if(getCloudConfig(cc)) {
|
||||
String uuid = ESPRandom::uuidToString(cc.clientId);;
|
||||
@ -1303,6 +1304,7 @@ void AmsConfiguration::print(Print* debugger)
|
||||
debugger->printf_P(PSTR("Client ID: %s\r\n"), uuid.c_str());
|
||||
debugger->printf_P(PSTR("Interval: %d\r\n"), cc.interval);
|
||||
}
|
||||
#endif
|
||||
|
||||
debugger->println(F("-----------------------------------------------"));
|
||||
debugger->flush();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user