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