Merge branch 'pr/Mit4el/14' into ver4dev

This commit is contained in:
Mit4el
2023-09-09 13:20:12 +03:00
91 changed files with 4563 additions and 1089 deletions

View File

@@ -3,7 +3,8 @@
#include "Global.h"
#include "MqttClient.h"
boolean isNetworkActive();
// boolean isNetworkActive();
inline boolean isNetworkActive() {return WiFi.status() == WL_CONNECTED;};
void routerConnect();
bool startAPMode();
boolean RouterFind(String ssid);