WizziLab / modem_ref_v5_3_217

Dependents:   modem_ref_helper_for_v5_3_217

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 --------------------------------------------------------*/