mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Merge branch 'ver4dev' into FixLog
This commit is contained in:
@@ -15,6 +15,7 @@ extern bool jsonRead(const String& json, String key, float& value, bool e = true
|
||||
extern bool jsonRead(const String& json, String key, String& value, bool e = true);
|
||||
extern bool jsonRead(const String& json, String key, bool& value, bool e = true);
|
||||
extern bool jsonRead(const String& json, String key, int& value, bool e = true);
|
||||
extern bool jsonReadArray(const String& json, String key, std::vector<String>& jArray, bool e = true);
|
||||
|
||||
extern String jsonReadStr(const String& json, String name, bool e = true);
|
||||
extern int jsonReadInt(const String& json, String name, bool e = true);
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user