mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-26 20:56:37 +00:00
Fix recursion bug in networkEvery5Seconds #381
This commit is contained in:
parent
6dfe25a176
commit
a92860b4cd
@ -142,7 +142,7 @@ bool networkEvery5Seconds(void)
|
|||||||
{
|
{
|
||||||
if(current_network_state != last_network_state) network_run_scripts();
|
if(current_network_state != last_network_state) network_run_scripts();
|
||||||
#if HASP_USE_ETHERNET > 0
|
#if HASP_USE_ETHERNET > 0
|
||||||
networkEvery5Seconds();
|
ethernetEvery5Seconds();
|
||||||
#endif
|
#endif
|
||||||
#if HASP_USE_WIFI > 0
|
#if HASP_USE_WIFI > 0
|
||||||
wifiEvery5Seconds();
|
wifiEvery5Seconds();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user