From eb78d6231b1ba08c34c0e0691694d6edd7f487f0 Mon Sep 17 00:00:00 2001 From: Renzo Mischianti Date: Mon, 19 Sep 2022 23:18:09 +0200 Subject: [PATCH] Fix stm32 rogerclerk library xreef/LoRa_E32_Series_Library#48 --- LoRa_E220.h | 4 ++-- README.md | 1 + library.json | 2 +- library.properties | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/LoRa_E220.h b/LoRa_E220.h index 2e8a35b..f1cd519 100644 --- a/LoRa_E220.h +++ b/LoRa_E220.h @@ -2,7 +2,7 @@ * EBYTE LoRa E220 Series * * AUTHOR: Renzo Mischianti - * VERSION: 1.0.5 + * VERSION: 1.0.6 * * https://www.mischianti.org * @@ -34,7 +34,7 @@ #ifndef LoRa_E220_h #define LoRa_E220_h -#if !defined(__STM32F1__) && !defined(ESP32) && !defined(ARDUINO_ARCH_SAMD) &&!defined(ARDUINO_ARCH_MBED) +#if !defined(ARDUINO_ARCH_STM32) && !defined(ESP32) && !defined(ARDUINO_ARCH_SAMD) && !defined(ARDUINO_ARCH_MBED) && !defined(__STM32F1__) && !defined(__STM32F4__) #define ACTIVATE_SOFTWARE_SERIAL #endif #if defined(ESP32) diff --git a/README.md b/README.md index 059cfb8..98c84dc 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ - Ebyte LoRa E220 device for Arduino, esp32 or esp8266: WOR microcontroller and esp32 dev v1 shield ## CHANGELOG +- 2022-09-19 1.0.6 Fix stm32 rogerclerk library xreef/LoRa_E32_Series_Library#48 - 2022-08-31 1.0.5 Fix regression and Minor fix and examples update for Raspberry Pi Pico and STM32 - 2022-08-31 1.0.4 Minor fix and examples update for Raspberry Pi Pico and STM32 - 2022-04-27 1.0.3 Fix frequencies define diff --git a/library.json b/library.json index c3c7aad..574aa15 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "EByte LoRa E220 library", - "version": "1.0.5", + "version": "1.0.6", "keywords": "LoRa, UART, EByte, esp32, esp8266, stm32, SAMD, Arduino, Raspberry Pi Pico", "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.", "homepage": "https://www.mischianti.org/category/my-libraries/ebyte-lora-e22-devices/", diff --git a/library.properties b/library.properties index 54bf4b9..a365ebf 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=EByte LoRa E220 library -version=1.0.5 +version=1.0.6 author=Renzo Mischianti maintainer=Renzo Mischianti sentence=LoRa EBYTE E220 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. LLCC68