configuration

This commit is contained in:
2020-11-27 13:33:41 +01:00
parent 975ecf40f9
commit 9223cbda73
3 changed files with 0 additions and 18 deletions

View File

@ -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) {