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 142142 * CONSTANTS
143143 ******************************************************************************/
144144
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+
146149#define AIOT_CONFIG_RECONNECTION_RETRY_DELAY_ms (1000UL)
147150#define AIOT_CONFIG_MAX_RECONNECTION_RETRY_DELAY_ms (32000UL)
148151#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()
5050: _state{State::ConnectPhy}
5151, _retryEnable{false }
5252, _maxNumRetry{5 }
53- , _intervalRetry{AIOT_CONFIG_INTERVAL_RETRY_DELAY_ms }
53+ , _intervalRetry{AIOT_CONFIG_LPWAN_UPDATE_RETRY_DELAY_ms }
5454, _thing_property_container()
5555, _last_checked_property_index{0 }
5656{
You can’t perform that action at this time.
0 commit comments