state-handler: remove stateSensors

This commit is contained in:
Evgenii Meshcheriakov
2022-10-25 16:50:53 +03:00
parent 940b978764
commit a8bb6e44ff
3 changed files with 25 additions and 40 deletions

View File

@@ -171,14 +171,6 @@ private:
*/
void stateAuto (const Event &event);
/** Sensors state
*
* - print current sensrs readings
*
* @param event
*/
void stateSensors (const Event &event);
/**
* @brief Get pressure with the state
*
@@ -206,6 +198,8 @@ private:
void pid ();
int fan_speed_normalized ();
void updateSensorValues ();
};
#endif /* STATE_HANDLER_H_ */