небольшая экономия flash

This commit is contained in:
DmitriyTychina
2023-06-27 00:01:48 +03:00
parent 447471c6d0
commit dde2bc1be6
2 changed files with 5 additions and 4 deletions

View File

@@ -115,9 +115,9 @@ boolean RouterFind(String ssid) {
return res;
}
boolean isNetworkActive() {
return WiFi.status() == WL_CONNECTED;
}
// boolean isNetworkActive() {
// return WiFi.status() == WL_CONNECTED;
// }
uint8_t RSSIquality() {
uint8_t res = 0;