state-handler: add printout in displaySet

Create printouts on lcd for both manual and auto modes.
This commit is contained in:
Vasily Davydov
2022-10-10 15:06:47 +03:00
parent 2dd4d78bc2
commit 0a0f55a079
2 changed files with 36 additions and 14 deletions

View File

@@ -96,7 +96,7 @@ private:
* @param newstate new state to be set to current
*/
void SetState (state_pointer newstate);
bool current_mode;
uint8_t current_mode;
Counter value[2] = { { 0, 100 }, { 0, 120 } };
LiquidCrystal *_lcd;