Skip to content

Commit eb78d62

Browse files
committed
Fix stm32 rogerclerk library xreef/LoRa_E32_Series_Library#48
1 parent 374004b commit eb78d62

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

LoRa_E220.h

Lines changed: 2 additions & 2 deletions
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.5
5+
* VERSION: 1.0.6
66
*
77
* https://www.mischianti.org
88
*
@@ -34,7 +34,7 @@
3434
#ifndef LoRa_E220_h
3535
#define LoRa_E220_h
3636

37-
#if !defined(__STM32F1__) && !defined(ESP32) && !defined(ARDUINO_ARCH_SAMD) &&!defined(ARDUINO_ARCH_MBED)
37+
#if !defined(ARDUINO_ARCH_STM32) && !defined(ESP32) && !defined(ARDUINO_ARCH_SAMD) && !defined(ARDUINO_ARCH_MBED) && !defined(__STM32F1__) && !defined(__STM32F4__)
3838
#define ACTIVATE_SOFTWARE_SERIAL
3939
#endif
4040
#if defined(ESP32)

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-09-19 1.0.6 Fix stm32 rogerclerk library xreef/LoRa_E32_Series_Library#48
2930
- 2022-08-31 1.0.5 Fix regression and Minor fix and examples update for Raspberry Pi Pico and STM32
3031
- 2022-08-31 1.0.4 Minor fix and examples update for Raspberry Pi Pico and STM32
3132
- 2022-04-27 1.0.3 Fix frequencies define

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