Skip to content

Commit e37e4a6

Browse files
authored
Merge pull request #7 from libdriver/dev
fix: correct lora coding rate values in sx1268_lora_cr_t
2 parents 77de073 + 3e00815 commit e37e4a6

File tree

6 files changed

+18
-12
lines changed

6 files changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.2 (2024-08-13)
2+
3+
## Bug Fixes
4+
5+
- fix: correct lora coding rate values in sx1268_lora_cr_t
6+
17
## 1.0.1 (2024-08-05)
28

39
## Bug Fixes

dev

Whitespace-only changes.

doc/html/driver__llcc68_8h.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,9 @@
316316
<tr class="memdesc:ga08bbafa4dc293758f34fe68b8504a147"><td class="mdescLeft">&#160;</td><td class="mdescRight">llcc68 lora bandwidth enumeration definition <a href="group__llcc68__command__driver.html#ga08bbafa4dc293758f34fe68b8504a147">More...</a><br /></td></tr>
317317
<tr class="separator:ga08bbafa4dc293758f34fe68b8504a147"><td class="memSeparator" colspan="2">&#160;</td></tr>
318318
<tr class="memitem:ga81c061e0807bdc5e1a3f9b2b56e408b7"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__llcc68__command__driver.html#ga81c061e0807bdc5e1a3f9b2b56e408b7">llcc68_lora_cr_t</a> { <a class="el" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aaecd4f4a0ac3fc89988dd797d95f6900">LLCC68_LORA_CR_4_5</a> = 0x01
319-
, <a class="el" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7ad0550c50b1588bf38d7d78f0c010ab12">LLCC68_LORA_CR_4_6</a> = 0x01
320-
, <a class="el" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aa409ec68429494cf4ad92603d8b8bc75">LLCC68_LORA_CR_4_7</a> = 0x01
321-
, <a class="el" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aeba172946f8a817c517a433c043766c3">LLCC68_LORA_CR_4_8</a> = 0x01
319+
, <a class="el" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7ad0550c50b1588bf38d7d78f0c010ab12">LLCC68_LORA_CR_4_6</a> = 0x02
320+
, <a class="el" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aa409ec68429494cf4ad92603d8b8bc75">LLCC68_LORA_CR_4_7</a> = 0x03
321+
, <a class="el" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aeba172946f8a817c517a433c043766c3">LLCC68_LORA_CR_4_8</a> = 0x04
322322
}</td></tr>
323323
<tr class="memdesc:ga81c061e0807bdc5e1a3f9b2b56e408b7"><td class="mdescLeft">&#160;</td><td class="mdescRight">llcc68 lora coding rate enumeration definition <a href="group__llcc68__command__driver.html#ga81c061e0807bdc5e1a3f9b2b56e408b7">More...</a><br /></td></tr>
324324
<tr class="separator:ga81c061e0807bdc5e1a3f9b2b56e408b7"><td class="memSeparator" colspan="2">&#160;</td></tr>

doc/html/driver__llcc68_8h_source.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@
241241
<div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="group__llcc68__command__driver.html#ga81c061e0807bdc5e1a3f9b2b56e408b7"> 242</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">enum</span></div>
242242
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>&#160;{</div>
243243
<div class="line"><a name="l00244"></a><span class="lineno"><a class="line" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aaecd4f4a0ac3fc89988dd797d95f6900"> 244</a></span>&#160; <a class="code" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aaecd4f4a0ac3fc89988dd797d95f6900">LLCC68_LORA_CR_4_5</a> = 0x01, </div>
244-
<div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7ad0550c50b1588bf38d7d78f0c010ab12"> 245</a></span>&#160; <a class="code" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7ad0550c50b1588bf38d7d78f0c010ab12">LLCC68_LORA_CR_4_6</a> = 0x01, </div>
245-
<div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aa409ec68429494cf4ad92603d8b8bc75"> 246</a></span>&#160; <a class="code" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aa409ec68429494cf4ad92603d8b8bc75">LLCC68_LORA_CR_4_7</a> = 0x01, </div>
246-
<div class="line"><a name="l00247"></a><span class="lineno"><a class="line" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aeba172946f8a817c517a433c043766c3"> 247</a></span>&#160; <a class="code" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aeba172946f8a817c517a433c043766c3">LLCC68_LORA_CR_4_8</a> = 0x01, </div>
244+
<div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7ad0550c50b1588bf38d7d78f0c010ab12"> 245</a></span>&#160; <a class="code" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7ad0550c50b1588bf38d7d78f0c010ab12">LLCC68_LORA_CR_4_6</a> = 0x02, </div>
245+
<div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aa409ec68429494cf4ad92603d8b8bc75"> 246</a></span>&#160; <a class="code" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aa409ec68429494cf4ad92603d8b8bc75">LLCC68_LORA_CR_4_7</a> = 0x03, </div>
246+
<div class="line"><a name="l00247"></a><span class="lineno"><a class="line" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aeba172946f8a817c517a433c043766c3"> 247</a></span>&#160; <a class="code" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aeba172946f8a817c517a433c043766c3">LLCC68_LORA_CR_4_8</a> = 0x04, </div>
247247
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160;} <a class="code" href="group__llcc68__command__driver.html#ga81c061e0807bdc5e1a3f9b2b56e408b7">llcc68_lora_cr_t</a>;</div>
248248
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>&#160; </div>
249249
<div class="line"><a name="l00253"></a><span class="lineno"><a class="line" href="group__llcc68__command__driver.html#ga7a120d201a38824190a5f840364a4ad7"> 253</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">enum</span></div>

doc/html/group__llcc68__command__driver.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@
268268
<tr class="memdesc:ga08bbafa4dc293758f34fe68b8504a147"><td class="mdescLeft">&#160;</td><td class="mdescRight">llcc68 lora bandwidth enumeration definition <a href="group__llcc68__command__driver.html#ga08bbafa4dc293758f34fe68b8504a147">More...</a><br /></td></tr>
269269
<tr class="separator:ga08bbafa4dc293758f34fe68b8504a147"><td class="memSeparator" colspan="2">&#160;</td></tr>
270270
<tr class="memitem:ga81c061e0807bdc5e1a3f9b2b56e408b7"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__llcc68__command__driver.html#ga81c061e0807bdc5e1a3f9b2b56e408b7">llcc68_lora_cr_t</a> { <a class="el" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aaecd4f4a0ac3fc89988dd797d95f6900">LLCC68_LORA_CR_4_5</a> = 0x01
271-
, <a class="el" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7ad0550c50b1588bf38d7d78f0c010ab12">LLCC68_LORA_CR_4_6</a> = 0x01
272-
, <a class="el" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aa409ec68429494cf4ad92603d8b8bc75">LLCC68_LORA_CR_4_7</a> = 0x01
273-
, <a class="el" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aeba172946f8a817c517a433c043766c3">LLCC68_LORA_CR_4_8</a> = 0x01
271+
, <a class="el" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7ad0550c50b1588bf38d7d78f0c010ab12">LLCC68_LORA_CR_4_6</a> = 0x02
272+
, <a class="el" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aa409ec68429494cf4ad92603d8b8bc75">LLCC68_LORA_CR_4_7</a> = 0x03
273+
, <a class="el" href="group__llcc68__command__driver.html#gga81c061e0807bdc5e1a3f9b2b56e408b7aeba172946f8a817c517a433c043766c3">LLCC68_LORA_CR_4_8</a> = 0x04
274274
}</td></tr>
275275
<tr class="memdesc:ga81c061e0807bdc5e1a3f9b2b56e408b7"><td class="mdescLeft">&#160;</td><td class="mdescRight">llcc68 lora coding rate enumeration definition <a href="group__llcc68__command__driver.html#ga81c061e0807bdc5e1a3f9b2b56e408b7">More...</a><br /></td></tr>
276276
<tr class="separator:ga81c061e0807bdc5e1a3f9b2b56e408b7"><td class="memSeparator" colspan="2">&#160;</td></tr>

src/driver_llcc68.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ typedef enum
242242
typedef enum
243243
{
244244
LLCC68_LORA_CR_4_5 = 0x01, /**< cr 4/5 */
245-
LLCC68_LORA_CR_4_6 = 0x01, /**< cr 4/6 */
246-
LLCC68_LORA_CR_4_7 = 0x01, /**< cr 4/7 */
247-
LLCC68_LORA_CR_4_8 = 0x01, /**< cr 4/8 */
245+
LLCC68_LORA_CR_4_6 = 0x02, /**< cr 4/6 */
246+
LLCC68_LORA_CR_4_7 = 0x03, /**< cr 4/7 */
247+
LLCC68_LORA_CR_4_8 = 0x04, /**< cr 4/8 */
248248
} llcc68_lora_cr_t;
249249

250250
/**

0 commit comments

Comments
 (0)