Fix NetworkStop for native builds

This commit is contained in:
fvanroie 2022-06-11 21:08:21 +02:00
parent 2c8037d1d0
commit 94f36ba1b6

View File

@ -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));