mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-09-15 15:46:40 +00:00
Fix watchdog code in repeater
This commit is contained in:
@@ -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