mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-18 19:36:11 +02:00
#Bugfix #125 PowerLimit
This commit is contained in:
parent
969ea6d5ff
commit
32ac9e9dc4
1 changed files with 1 additions and 1 deletions
|
@ -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