Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: modem_ref_helper_for_v5_3_217
Diff: include/lora.h
- Revision:
- 53:3b85c53b64af
- Parent:
- 35:ac940cf8ebe6
--- a/include/lora.h Thu May 28 09:11:14 2020 +0000
+++ b/include/lora.h Mon Jan 25 09:46:35 2021 +0000
@@ -89,6 +89,8 @@
s8 tx_datarate;
// ISM Band
u8 ism_band;
+ // Number of join attempts;
+ u8 join_trials;
} lwan_cfg_t;
/* Exported constants --------------------------------------------------------*/