mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 21:26:43 +00:00
Fix compiler warnings
This commit is contained in:
parent
f6a8abc286
commit
ec9882714d
@ -110,7 +110,7 @@ bool networkEvery5Seconds(void)
|
||||
return false;
|
||||
}
|
||||
|
||||
bool networkEverySecond(void)
|
||||
/* bool networkEverySecond(void)
|
||||
{
|
||||
bool connected = false;
|
||||
|
||||
@ -127,7 +127,7 @@ bool networkEverySecond(void)
|
||||
#endif
|
||||
|
||||
return true;
|
||||
}
|
||||
} */
|
||||
|
||||
void network_get_statusupdate(char* buffer, size_t len)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user