configuration
This commit is contained in:
@ -28,12 +28,6 @@ mqttClient_t mqttClient;
|
||||
uint8_t brokerAddress[4];
|
||||
uint16_t brokerPort = 1883;
|
||||
|
||||
/*
|
||||
const static char WatchdogTopic[] = "IoT/Watchdog";
|
||||
const static char StartupTopic[] = "IoT/MBGW3/Startup";
|
||||
const static char StatusTopic[] = "IoT/MBGW3/Status";
|
||||
*/
|
||||
|
||||
static uint32_t watchdogCounter = 0;
|
||||
|
||||
void watchdogHandler(void *handle) {
|
||||
|
Reference in New Issue
Block a user