Skip to content

Commit ec6b828

Browse files
committed
STM32 examples and minor fix
1 parent d456d8b commit ec6b828

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

LoRa_E32.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* EBYTE LoRa E32 Series
33
*
44
* AUTHOR: Renzo Mischianti
5-
* VERSION: 1.5.6
5+
* VERSION: 1.5.7
66
*
77
* https://www.mischianti.org/category/my-libraries/lora-e32-devices/
88
*

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
7. [LoRa E32 device for Arduino, esp32 or esp8266: WOR (wake on radio) microcontroller and new WeMos D1 mini shield](https://www.mischianti.org/2020/01/17/lora-e32-device-for-arduino-esp32-or-esp8266-wor-wake-on-radio-microcontroller-and-new-wemos-d1-mini-shield-part-7/)
2525

2626
## Changelog
27+
- 2022-08-31 1.5.7 Minor Fix and examples update
2728
- 2022-04-07 1.5.6 Fix support for STM32
2829
- 2022-03-09 1.5.5 Fix UART baudrate variable and debug println
2930
- 2021-01-24 1.5.4 Add Arduino Nano BLE support and minor adjustment

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 E32 library",
3-
"version": "1.5.6",
3+
"version": "1.5.7",
44
"keywords": "LoRa, UART, EByte, e32, esp32, esp8266, stm32, SAMD, Arduino, Raspberry Pi Pico",
55
"description": "Ebyte E32 LoRa (Long Range) library device very cheap and very long range (from 3Km to 8Km). Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico. sx1278/sx1276.",
66
"homepage": "https://www.mischianti.org/category/my-libraries/lora-e32-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 E32 library
2-
version=1.5.6
2+
version=1.5.7
33
author=Renzo Mischianti <renzo.mischianti@gmail.com>
44
maintainer=Renzo Mischianti <renzo.mischianti@gmail.com>
55
sentence=LoRa EBYTE E32 device library complete and tested with Arduino, Arduino SAMD, esp8266, esp32 and STM32. sx1278/sx1276.

0 commit comments

Comments
 (0)