Fix watchdog code in repeater
This commit is contained in:
3 files changed
+29
-6
No files matched your search
@@ -1,8 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
class ExWatchdogManager {
|
||||
public:
|
||||
protected:
|
||||
unsigned long next_feed_watchdog;
|
||||
public:
|
||||
ExWatchdogManager() { next_feed_watchdog = 0; }
|
||||
virtual bool begin() { return false; }
|
||||
virtual void loop() { }
|
||||
|
||||
Reference in New Issue
Block a user