Browse Source
Merge pull request #127 from fila612/main
Change defines.h based on #125 Feedback
pull/107/head
lumapu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
.gitignore
-
tools/esp8266/defines.h
|
|
@ -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 |
|
|
|