Deploying to gh-pages from @ 44c0ea25e6 🚀

This commit is contained in:
jgromes 2023-08-05 08:53:56 +00:00
parent 6b9539f27c
commit e6ff358617

View file

@ -186,8 +186,8 @@ $(document).ready(function(){initNavTree('_r_f69_8h_source.html',''); initResiza
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; </div> <div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; </div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;<span class="comment">// RF69 modem settings</span></div> <div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;<span class="comment">// RF69 modem settings</span></div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;<span class="comment">// RADIOLIB_RF69_REG_OP_MODE MSB LSB DESCRIPTION</span></div> <div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;<span class="comment">// RADIOLIB_RF69_REG_OP_MODE MSB LSB DESCRIPTION</span></div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;<span class="preprocessor">#define RADIOLIB_RF69_SEQUENCER_OFF 0b00000000 </span><span class="comment">// 7 7 disable automatic sequencer</span></div> <div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;<span class="preprocessor">#define RADIOLIB_RF69_SEQUENCER_OFF 0b10000000 </span><span class="comment">// 7 7 disable automatic sequencer</span></div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;<span class="preprocessor">#define RADIOLIB_RF69_SEQUENCER_ON 0b10000000 </span><span class="comment">// 7 7 enable automatic sequencer</span></div> <div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;<span class="preprocessor">#define RADIOLIB_RF69_SEQUENCER_ON 0b00000000 </span><span class="comment">// 7 7 enable automatic sequencer</span></div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;<span class="preprocessor">#define RADIOLIB_RF69_LISTEN_OFF 0b00000000 </span><span class="comment">// 6 6 disable Listen mode</span></div> <div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;<span class="preprocessor">#define RADIOLIB_RF69_LISTEN_OFF 0b00000000 </span><span class="comment">// 6 6 disable Listen mode</span></div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;<span class="preprocessor">#define RADIOLIB_RF69_LISTEN_ON 0b01000000 </span><span class="comment">// 6 6 enable Listen mode</span></div> <div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;<span class="preprocessor">#define RADIOLIB_RF69_LISTEN_ON 0b01000000 </span><span class="comment">// 6 6 enable Listen mode</span></div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160;<span class="preprocessor">#define RADIOLIB_RF69_LISTEN_ABORT 0b00100000 </span><span class="comment">// 5 5 abort Listen mode (has to be set together with RF69_LISTEN_OFF)</span></div> <div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160;<span class="preprocessor">#define RADIOLIB_RF69_LISTEN_ABORT 0b00100000 </span><span class="comment">// 5 5 abort Listen mode (has to be set together with RF69_LISTEN_OFF)</span></div>