add analog sensor

This commit is contained in:
Dmitry Borisenko
2020-08-28 02:49:26 +03:00
parent 74a7c8f528
commit c473f616b6
14 changed files with 286 additions and 212 deletions

View File

@@ -43,6 +43,13 @@ String itemsFile = "";
String itemsLine = "";
// Sensors
String sensorReadingMap;
String analog_value_names_list;
int enter_to_analog_counter;