mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-21 10:16:34 +00:00
Fix wifiEverySecond
This commit is contained in:
parent
d4b7e3d246
commit
f9a91e5f9e
@ -72,7 +72,7 @@ bool networkEverySecond(void)
|
||||
#endif
|
||||
|
||||
#if HASP_USE_WIFI > 0
|
||||
return wifiEverySecond();
|
||||
// return wifiEverySecond();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user