mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-19 09:38:11 +00:00
Clear HA conf by default
This commit is contained in:
parent
8ee8eee6c4
commit
df44b05792
@ -710,6 +710,10 @@ void AmsConfiguration::clear() {
|
||||
clearDomo(domo);
|
||||
EEPROM.put(CONFIG_DOMOTICZ_START, domo);
|
||||
|
||||
HomeAssistantConfig haconf;
|
||||
clearHomeAssistantConfig(haconf);
|
||||
EEPROM.put(CONFIG_HA_START, haconf);
|
||||
|
||||
NtpConfig ntp;
|
||||
clearNtp(ntp);
|
||||
EEPROM.put(CONFIG_NTP_START, ntp);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user