mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +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
|
#if HASP_USE_CONFIG > 0
|
||||||
debugStop();
|
debugStop();
|
||||||
#endif
|
#endif
|
||||||
|
#if HASP_USE_WIFI > 0 || HASP_USE_ETHERNET > 0
|
||||||
networkStop();
|
networkStop();
|
||||||
|
#endif
|
||||||
LOG_VERBOSE(TAG_MSGR, F("-------------------------------------"));
|
LOG_VERBOSE(TAG_MSGR, F("-------------------------------------"));
|
||||||
LOG_TRACE(TAG_MSGR, F(D_DISPATCH_REBOOT));
|
LOG_TRACE(TAG_MSGR, F(D_DISPATCH_REBOOT));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user