Fix compiler warnings

This commit is contained in:
fvanroie 2021-10-10 00:47:09 +02:00
parent f6a8abc286
commit ec9882714d

View File

@ -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)
{