Merge branch 'ver4dev' into FixLog

This commit is contained in:
2023-10-03 22:26:05 +03:00
committed by GitHub
63 changed files with 1737 additions and 1319 deletions

View File

@@ -2,11 +2,10 @@
#include "Global.h"
#include "MqttClient.h"
boolean isNetworkActive();
uint8_t getNumAPClients();
void routerConnect();
bool startAPMode();
boolean RouterFind(String ssid);
boolean RouterFind(std::vector<String> jArray);
uint8_t RSSIquality();
extern void wifiSignalInit();