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)