StateHandler: save() now takes only two params. is able to check if pressure provided from main or inside of state machine.
This commit is contained in:
@@ -181,7 +181,7 @@ private:
|
||||
* @param counterValue value of the inner Counter
|
||||
* @param mode current mode
|
||||
*/
|
||||
void save (int eventValue, int counterValue, size_t mode);
|
||||
void save (int eventValue, size_t mode);
|
||||
|
||||
/** Calculates pid for fan control value
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user