mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-31 23:18:25 +02:00
Merge pull request #127 from fila612/main
Change defines.h based on #125 Feedback
This commit is contained in:
commit
a2d7784624
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -18,3 +18,4 @@ tools/esp8266/binaries
|
|||
*.suo
|
||||
*.ipch
|
||||
tools/esp8266/.vscode/extensions.json
|
||||
.DS_Store
|
||||
|
|
|
@ -95,7 +95,7 @@ typedef struct {
|
|||
#define ADDR_INV_MAX_RTRY ADDR_INV_INTERVAL + INV_INTERVAL_LEN
|
||||
#define ADDR_INV_PWR_LIM ADDR_INV_MAX_RTRY + INV_MAX_RTRY_LEN
|
||||
|
||||
#define ADDR_NTP_ADDR ADDR_INV_MAX_RTRY + INV_MAX_RTRY_LEN
|
||||
#define ADDR_NTP_ADDR ADDR_INV_PWR_LIM + INV_PWR_LIM_LEN //Bugfix #125
|
||||
#define ADDR_NTP_PORT ADDR_NTP_ADDR + NTP_ADDR_LEN
|
||||
|
||||
#define ADDR_MQTT_ADDR ADDR_NTP_PORT + NTP_PORT_LEN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue