From 07f07dc57a42faabd4b184f52c88cf2cf159f253 Mon Sep 17 00:00:00 2001 From: jgromes Date: Fri, 8 Dec 2023 18:21:56 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20b30b7?= =?UTF-8?q?c6dad06af5a59972e8ae100f9d0c52e10a8=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _lo_ra_w_a_n_8h_source.html | 4 ++-- class_lo_ra_w_a_n_node.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_lo_ra_w_a_n_8h_source.html b/_lo_ra_w_a_n_8h_source.html index 8b820005..bf78a819 100644 --- a/_lo_ra_w_a_n_8h_source.html +++ b/_lo_ra_w_a_n_8h_source.html @@ -376,7 +376,7 @@ $(document).ready(function(){initNavTree('_lo_ra_w_a_n_8h_source.html',''); init
350  public:
351 
352  // Offset between TX and RX1 (such that RX1 has equal or lower DR)
-
353  uint8_t rx1DrOffset;
+
353  uint8_t rx1DrOffset = 0;
354 
355  // RX2 channel properties - may be changed by MAC command
356  LoRaWANChannel_t rx2;
@@ -479,7 +479,7 @@ $(document).ready(function(){initNavTree('_lo_ra_w_a_n_8h_source.html',''); init
616  uint32_t adrFcnt = 0;
617 
618  // whether the current configured channel is in FSK mode
-
619  bool FSK;
+
619  bool FSK = false;
620 
621  // flag that shows whether the device is joined and there is an ongoing session
622  bool isJoinedFlag = false;
diff --git a/class_lo_ra_w_a_n_node.html b/class_lo_ra_w_a_n_node.html index 9adc8975..1e2cc3b9 100644 --- a/class_lo_ra_w_a_n_node.html +++ b/class_lo_ra_w_a_n_node.html @@ -165,7 +165,7 @@ uint32_t 

Public Attributes

-uint8_t rx1DrOffset +uint8_t rx1DrOffset = 0   LoRaWANChannel_t rx2