watchdog stuff

This commit is contained in:
hg
2015-06-10 21:07:58 +02:00
parent 659193bed2
commit b4788c257a
6 changed files with 26 additions and 48 deletions

View File

@ -15,7 +15,7 @@
#include "cmd.h"
#define NUM_OF_DEVICES 10
#define NUM_OF_DEVICES 20
#define MAX_LEN_OF_NAME 16
typedef struct {
uint8_t token;
@ -53,7 +53,6 @@ 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;