error-handler: pending task

This commit is contained in:
Vasily Davydov
2022-10-27 18:45:12 +03:00
parent dc43afd441
commit 857e50a62b
3 changed files with 27 additions and 10 deletions

View File

@@ -122,6 +122,8 @@ private:
Fan *_propeller;
PressureWrapper *_pressure;
bool pressure_status;
bool task_is_pending;
uint8_t pressure_achieved;
Timer *state_timer;
/* CO2 sensor object */
GMP252 co2;