LittleFS, and some mprovements

This commit is contained in:
Yuri Trikoz
2020-06-20 22:51:14 +03:00
parent db5b8d7258
commit 6fbd555474
22 changed files with 870 additions and 890 deletions

View File

@@ -11,6 +11,8 @@ AsyncWebSocket ws;
TickerScheduler ts(TEST + 1);
WiFiClient espClient;
PubSubClient client_mqtt(espClient);
StringCommand sCmd;
@@ -19,10 +21,6 @@ AsyncWebServer server(80);
DallasTemperature sensors;
WiFiClient espClient;
/*
* Global vars
*/
@@ -35,11 +33,11 @@ String configLiveJson = "{}";
String configOptionJson = "{}";
// Mqtt
String chipID = "";
String prex;
String chipId = "";
String prex = "";
String all_widgets = "";
String scenario;
String order_loop;
String scenario = "";
String order_loop = "";
// Sensors
String analog_value_names_list;