Use unique SSID on first boot (#1143)

* Use unique SSID on first boot

* Debugger adjustments
This commit is contained in:
Gunnar Skjold
2026-04-09 09:41:16 +02:00
committed by GitHub
parent f7ccd2a96b
commit 3cb6e09341
5 changed files with 45 additions and 32 deletions

View File

@@ -381,6 +381,8 @@ public:
bool isZmartChargeConfigChanged();
void ackZmartChargeConfig();
uint32_t getChipId();
void getUniqueName(char* buffer, size_t length);
void clear();