mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +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 HASP_USE_ETHERNET > 0
|
||||
networkEvery5Seconds();
|
||||
ethernetEvery5Seconds();
|
||||
#endif
|
||||
#if HASP_USE_WIFI > 0
|
||||
wifiEvery5Seconds();
|
||||
|
Loading…
x
Reference in New Issue
Block a user