timers: create proper timeouts

This commit is contained in:
Vasily Davydov
2022-10-27 18:05:16 +03:00
parent 6cf950cc98
commit dc43afd441
4 changed files with 11 additions and 10 deletions

View File

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