introduce external watchdog

This commit is contained in:
hg
2015-06-10 15:43:33 +02:00
parent 9d8a8d9ebd
commit 659193bed2
4 changed files with 41 additions and 3 deletions

View File

@ -53,6 +53,7 @@ private:
EthernetClient m_client;
RequestSender *m_meterBusMaster;
PubSubClient m_mqttClient;
bool m_alarmState;
uint8_t m_disconnectState;
uint32_t m_disconnectTime;
uint32_t m_uptime;