File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 142
142
* CONSTANTS
143
143
******************************************************************************/
144
144
145
- #define AIOT_CONFIG_INTERVAL_RETRY_DELAY_ms (10000UL)
145
+ #if defined(HAS_LORA )
146
+ #define AIOT_CONFIG_LPWAN_UPDATE_RETRY_DELAY_ms (10000UL)
147
+ #endif
148
+
146
149
#define AIOT_CONFIG_RECONNECTION_RETRY_DELAY_ms (1000UL)
147
150
#define AIOT_CONFIG_MAX_RECONNECTION_RETRY_DELAY_ms (32000UL)
148
151
#define AIOT_CONFIG_DEVICE_TOPIC_SUBSCRIBE_RETRY_DELAY_ms (2000UL)
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ ArduinoIoTCloudLPWAN::ArduinoIoTCloudLPWAN()
50
50
: _state{State::ConnectPhy}
51
51
, _retryEnable{false }
52
52
, _maxNumRetry{5 }
53
- , _intervalRetry{AIOT_CONFIG_INTERVAL_RETRY_DELAY_ms }
53
+ , _intervalRetry{AIOT_CONFIG_LPWAN_UPDATE_RETRY_DELAY_ms }
54
54
, _thing_property_container()
55
55
, _last_checked_property_index{0 }
56
56
{
You can’t perform that action at this time.
0 commit comments