state-hander: timer for sensors

This commit is contained in:
Evgenii Meshcheriakov
2022-10-27 17:43:16 +03:00
parent 8212890897
commit 6cf950cc98
3 changed files with 6 additions and 3 deletions

View File

@@ -116,6 +116,7 @@ private:
int saved_set_value[2] = { 0, 0 };
int saved_curr_value[2] = { 0, 0 };
int sensors_data[4] = { 0 };
int sensor_timer = 0;
LiquidCrystal *_lcd;
Fan *_propeller;
PressureWrapper *_pressure;