Skip to content

Commit 374004b

Browse files
committed
Fix regression
1 parent d5f10d6 commit 374004b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
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.4
5+
* VERSION: 1.0.5
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+
- 2022-08-31 1.0.5 Fix regression and Minor fix and examples update for Raspberry Pi Pico and STM32
2930
- 2022-08-31 1.0.4 Minor fix and examples update for Raspberry Pi Pico and STM32
3031
- 2022-04-27 1.0.3 Fix frequencies define
3132
- 2022-04-07 1.0.2 Fix support for STM32

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.4",
3+
"version": "1.0.5",
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.4
2+
version=1.0.5
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)