mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Fix NetworkStop for native builds
This commit is contained in:
parent
2c8037d1d0
commit
94f36ba1b6
@ -1040,7 +1040,9 @@ void dispatch_reboot(bool saveConfig)
|
||||
#if HASP_USE_CONFIG > 0
|
||||
debugStop();
|
||||
#endif
|
||||
#if HASP_USE_WIFI > 0 || HASP_USE_ETHERNET > 0
|
||||
networkStop();
|
||||
#endif
|
||||
LOG_VERBOSE(TAG_MSGR, F("-------------------------------------"));
|
||||
LOG_TRACE(TAG_MSGR, F(D_DISPATCH_REBOOT));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user