mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-26 22:37:00 +02:00
add dnsname option for mqtt server #88 adds 28 chars to eeprom
This commit is contained in:
parent
72279634ea
commit
35e1ff1e17
2 changed files with 7 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue