This commit is contained in:
Dmitry Borisenko
2020-03-20 21:00:11 +01:00
parent 857177b5b7
commit ef92865886
7 changed files with 107 additions and 15 deletions

5
set.h
View File

@@ -52,6 +52,7 @@ ESP8266HTTPUpdateServer httpUpdater;
#include <HTTPUpdate.h>
#include <HTTPClient.h>
//HTTPClient http;
#include <rom/rtc.h>
#endif
//==общие библиотеки и объекты==//
@@ -108,8 +109,8 @@ Adafruit_Si7021 sensor_Si7021 = Adafruit_Si7021();
const char* hostName = "IoT Manager";
String configSetup = "{}";
String configJson = "{}";
String configSetup = "{}"; //setup
String configJson = "{}"; //live
String optionJson = "{}";
String json = "{}";