mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Add a watchdog for a crashed host.
This commit is contained in:
parent
62df65003b
commit
c468842e46
3 changed files with 26 additions and 1 deletions
|
|
@ -98,6 +98,8 @@ void CSerialPort::sendNAK(uint8_t err) const
|
|||
|
||||
void CSerialPort::getStatus() const
|
||||
{
|
||||
io.resetWatchdog();
|
||||
|
||||
uint8_t reply[11U];
|
||||
|
||||
// Send all sorts of interesting internal values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue