Merge pull request #127 from fila612/main

Change defines.h based on #125 Feedback
This commit is contained in:
lumapu 2022-08-07 16:21:17 +02:00 committed by GitHub
commit a2d7784624
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -18,3 +18,4 @@ tools/esp8266/binaries
*.suo
*.ipch
tools/esp8266/.vscode/extensions.json
.DS_Store

View file

@ -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