Skip to content

Commit

Permalink
Fix UART_PARITY for ESP32 C3 [Forum](https://www.mischianti.org/forum…
Browse files Browse the repository at this point in the history
  • Loading branch information
xreef committed Jan 28, 2023
1 parent 2920286 commit 543d5ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LoRa_E22.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* EBYTE LoRa E22 Series
*
* AUTHOR: Renzo Mischianti
* VERSION: 1.0.8
* VERSION: 1.0.9
*
* https://www.mischianti.org
*
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@


## Changelog
- 2023-01-28 1.0.9 Fix UART_PARITY for ESP32 C3 [Forum](https://www.mischianti.org/forums/topic/problems-including-library/)
- 2022-09-19 1.0.8 Fix stm32 rogerclerk library https://github.com/xreef/LoRa_E32_Series_Library/pull/48
- 2022-03-14 1.0.7 Fix frequencies
- 2022-03-14 1.0.6 Fix support for STM32
Expand Down
2 changes: 1 addition & 1 deletion includes/statesNaming.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ static String getResponseDescriptionByParams(byte status){
}
}

enum UART_PARITY
enum E22_UART_PARITY
{
MODE_00_8N1 = 0b00,
MODE_01_8O1 = 0b01,
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=EByte LoRa E22 library
version=1.0.8
version=1.0.9
author=Renzo Mischianti <[email protected]>
maintainer=Renzo Mischianti <[email protected]>
sentence=LoRa EBYTE E22 device library complete and tested with Arduino, Arduino SAMD (Nano 33 IoT and MKR), esp8266, esp32 and STM32. sx1262/sx1268
Expand Down

0 comments on commit 543d5ac

Please sign in to comment.