Skip to content

Commit b390b59

Browse files
committed
1 parent 7acecae commit b390b59

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

LoRa_E220.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* EBYTE LoRa E220 Series
33
*
44
* AUTHOR: Renzo Mischianti
5-
* VERSION: 1.0.6
5+
* VERSION: 1.0.7
66
*
77
* https://www.mischianti.org
88
*

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
- Ebyte LoRa E220 device for Arduino, esp32 or esp8266: WOR microcontroller and esp32 dev v1 shield
2727

2828
## CHANGELOG
29+
- 2023-01-28 1.0.7 Fix UART_PARITY for ESP32 C3
2930
- 2022-09-19 1.0.6 Fix stm32 rogerclerk library xreef/LoRa_E32_Series_Library#48
3031
- 2022-08-31 1.0.5 Fix regression and Minor fix and examples update for Raspberry Pi Pico and STM32
3132
- 2022-08-31 1.0.4 Minor fix and examples update for Raspberry Pi Pico and STM32

includes/statesNaming.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ static String getResponseDescriptionByParams(byte status){
8787
}
8888
}
8989

90-
enum UART_PARITY
90+
enum E220_UART_PARITY
9191
{
9292
MODE_00_8N1 = 0b00,
9393
MODE_01_8O1 = 0b01,

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "EByte LoRa E220 library",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"keywords": "LoRa, UART, EByte, esp32, esp8266, stm32, SAMD, Arduino, Raspberry Pi Pico",
55
"description": "Ebyte E220 LoRa (Long Range) library device very cheap and very long range (from 5Km to 10Km). Arduino LoRa EBYTE E220 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. LLCC68.",
66
"homepage": "https://www.mischianti.org/category/my-libraries/ebyte-lora-e22-devices/",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=EByte LoRa E220 library
2-
version=1.0.6
2+
version=1.0.7
33
author=Renzo Mischianti <renzo.mischianti@gmail.com>
44
maintainer=Renzo Mischianti <renzo.mischianti@gmail.com>
55
sentence=LoRa EBYTE E220 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. LLCC68

0 commit comments

Comments
 (0)