Fix wifiEverySecond

This commit is contained in:
fvanroie 2020-11-22 20:09:03 +01:00
parent d4b7e3d246
commit f9a91e5f9e
2 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,7 @@ bool networkEverySecond(void)
#endif
#if HASP_USE_WIFI > 0
return wifiEverySecond();
// return wifiEverySecond();
#endif
}

View File

@ -12,6 +12,7 @@
#include "hasp_debug.h"
#include "hasp_config.h"
#include "hasp_dispatch.h"
#include "hasp_network.h"
#include "hasp_gui.h"
#include "hasp.h"