xreef / LoRa_E32_Series_Library

Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico (rp2040 boards). sx1278/sx1276
https://www.mischianti.org
Other
357 stars 73 forks source link

broken table in README.md #39

Closed ratio-x closed 2 years ago

ratio-x commented 2 years ago

In section "SPED detail" there is a broken table "UART Parity bit"

UART mode can be different between communication parties |7|6|UART parity bit|Const value| |---|---|---|---|---| |0|0|8N1 (default)|MODE_00_8N1| |0|1|8O1|MODE_01_8O1| |1|0|8 E1|MODE_10_8E1| |1|1|8N1 (equal to 00)|MODE_11_8N1|

xreef commented 2 years ago

Thanks ratio-x, I'm going to fix it, but It's better if you read directly the original document, GitHub version I think It's not updated. https://www.mischianti.org/2019/10/21/lora-e32-device-for-arduino-esp32-or-esp8266-library-part-2/ Bye Renzo