add dnsname option for mqtt server #88 adds 28 chars to eeprom

This commit is contained in:
stefan123t 2022-07-10 22:56:32 +02:00
parent 72279634ea
commit 35e1ff1e17
2 changed files with 7 additions and 19 deletions

View file

@ -50,7 +50,7 @@ typedef struct {
#define RF24_AMP_PWR_LEN 1
#define MQTT_ADDR_LEN 4 // IP
#define MQTT_ADDR_LEN 32 // DNS Name
#define MQTT_USER_LEN 16
#define MQTT_PWD_LEN 32
#define MQTT_TOPIC_LEN 32