This commit is contained in:
2021-03-01 11:16:54 +01:00
parent 991f2724a6
commit 6e73dccd66
5 changed files with 11 additions and 4 deletions

View File

@ -33,7 +33,7 @@ extern const uint8_t DNS_SOCK;
static bool networkAvailable = false;
bool isNetworkAvailable() {
bool wizIsNetworkAvailable() {
return networkAvailable;
}