mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Updates
This commit is contained in:
@@ -51,4 +51,6 @@ String readFile(const String filename, size_t max_size);
|
||||
/*
|
||||
* Размер файла
|
||||
*/
|
||||
String getFileSize(const String filename);
|
||||
String getFileSize(const String filename);
|
||||
|
||||
bool copyFile(const String src, const String dst, bool overwrite = true);
|
||||
@@ -2,9 +2,11 @@
|
||||
|
||||
#include "Global.h"
|
||||
|
||||
boolean scanWiFi(String ssid);
|
||||
boolean isNetworkActive();
|
||||
|
||||
void startSTAMode();
|
||||
|
||||
bool startAPMode();
|
||||
|
||||
boolean scanWiFi(String ssid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user