mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-09 23:16:38 +02:00
MQTT reconnect delay, fixed ESP32 build
This commit is contained in:
parent
c62996c139
commit
079ba896d1
3 changed files with 13 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue