mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
factoryReset only used with button in test mode
This commit is contained in:
@@ -65,9 +65,11 @@ class ESP8266React {
|
|||||||
_mqttSettingsService.setWill(will_topic);
|
_mqttSettingsService.setWill(will_topic);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef EMSESP_STANDALONE
|
||||||
void factoryReset() {
|
void factoryReset() {
|
||||||
_factoryResetService.factoryReset();
|
_factoryResetService.factoryReset();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
private:
|
private:
|
||||||
SecuritySettingsService _securitySettingsService;
|
SecuritySettingsService _securitySettingsService;
|
||||||
|
|||||||
Reference in New Issue
Block a user