dht fixed, presets support

This commit is contained in:
Dmitry Borisenko
2020-02-19 03:14:21 +03:00
parent a29a8b246c
commit 7bc5be8db5
28 changed files with 243 additions and 729 deletions

3
set.h
View File

@@ -122,3 +122,6 @@ const String ssdpS = "SSDP";
String current_time;
int scenario_line_status [] = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1};
int wifi_lost_error = 0;
int mqtt_lost_error = -1;