From e6ff3586174c23e06eeebb51a3c92bcd63a8245d Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 5 Aug 2023 08:53:56 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2044c0e?= =?UTF-8?q?a25e677a2a7e464b318b7cc66ad3a0c49b8=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _r_f69_8h_source.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_r_f69_8h_source.html b/_r_f69_8h_source.html index 3dfa18a6..20cdda36 100644 --- a/_r_f69_8h_source.html +++ b/_r_f69_8h_source.html @@ -186,8 +186,8 @@ $(document).ready(function(){initNavTree('_r_f69_8h_source.html',''); initResiza
98 
99 // RF69 modem settings
100 // RADIOLIB_RF69_REG_OP_MODE MSB LSB DESCRIPTION
-
101 #define RADIOLIB_RF69_SEQUENCER_OFF 0b00000000 // 7 7 disable automatic sequencer
-
102 #define RADIOLIB_RF69_SEQUENCER_ON 0b10000000 // 7 7 enable automatic sequencer
+
101 #define RADIOLIB_RF69_SEQUENCER_OFF 0b10000000 // 7 7 disable automatic sequencer
+
102 #define RADIOLIB_RF69_SEQUENCER_ON 0b00000000 // 7 7 enable automatic sequencer
103 #define RADIOLIB_RF69_LISTEN_OFF 0b00000000 // 6 6 disable Listen mode
104 #define RADIOLIB_RF69_LISTEN_ON 0b01000000 // 6 6 enable Listen mode
105 #define RADIOLIB_RF69_LISTEN_ABORT 0b00100000 // 5 5 abort Listen mode (has to be set together with RF69_LISTEN_OFF)