MQTT reconnect delay, fixed ESP32 build

This commit is contained in:
tastendruecker123 2022-08-22 19:59:45 +02:00
parent c62996c139
commit 079ba896d1
3 changed files with 13 additions and 10 deletions

View file

@ -104,6 +104,7 @@ typedef enum { // ToDo: to be verified by field tests
#define MQTT_PORT_LEN 2 // uint16_t
#define MQTT_DISCOVERY_PREFIX "homeassistant"
#define MQTT_MAX_PACKET_SIZE 384
#define MQTT_RECONNECT_DELAY 5000
#define SER_ENABLE_LEN 1 // uint8_t
#define SER_DEBUG_LEN 1 // uint8_t