various bugfixes, watchdog working now

This commit is contained in:
2021-07-29 17:21:27 +02:00
parent ff86c8af73
commit dba620baf2
6 changed files with 40 additions and 12 deletions

View File

@ -32,6 +32,7 @@ private:
bool obswRunning = false;
bool watchdogRunning = false;
bool printTimeoutLatch = false;
std::array<uint8_t, 64> buf;
States state = States::NOT_STARTED;
@ -41,6 +42,7 @@ private:
int performRunningOperation();
int performTimeoutOperation();
int performSuspendOperation();
};
#endif /* WATCHDOG_WATCHDOG_H_ */