TheThingsNetwork / arduino-node-lib

Arduino Library for The Things Node
MIT License
22 stars 26 forks source link

wdtStarted never set to false #19

Closed pedzed closed 4 years ago

pedzed commented 5 years ago

wdtStarted is set to true in TheThingsNode::WDT_start(), but in TheThingsNode::WDT_stop(), not set to false.

https://github.com/TheThingsNetwork/arduino-node-lib/blob/124b4821e648816e94089df8da082276e9f7e887/src/TheThingsNode.cpp#L874-L889