watchdog stuff
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user