Skip to content

Commit

Permalink
fix: Adapt to breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
zfields committed Jul 23, 2024
1 parent 177263b commit 0455d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AIoTC_Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
#define AIOT_CONFIG_LPWAN_UPDATE_RETRY_DELAY_ms (10000UL)
#endif

#if defined(HAS_TCP)
#if defined(USE_NOTECARD) || defined(HAS_TCP)
#define AIOT_CONFIG_RECONNECTION_RETRY_DELAY_ms (1000UL)
#define AIOT_CONFIG_MAX_RECONNECTION_RETRY_DELAY_ms (32000UL)

Expand Down

0 comments on commit 0455d8e

Please sign in to comment.