mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Fix watchdog code in repeater
This commit is contained in:
parent
9df34e09d0
commit
53ff4ed57f
3 changed files with 29 additions and 6 deletions
|
|
@ -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() { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue