mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
1st step to post request for config
This commit is contained in:
@@ -14,7 +14,7 @@ class FactoryResetRequest: public GwMessage{
|
||||
protected:
|
||||
virtual void processImpl(){
|
||||
api->getLogger()->logDebug(GwLog::LOG,"reset request processing");
|
||||
api->getConfig()->reset(true);
|
||||
api->getConfig()->reset();
|
||||
xTaskCreate([](void *p){
|
||||
delay(500);
|
||||
ESP.restart();
|
||||
|
||||
Reference in New Issue
Block a user