Skip to content

Commit

Permalink
Fix rogerclerk library #48
Browse files Browse the repository at this point in the history
  • Loading branch information
xreef committed Sep 19, 2022
1 parent be98a98 commit 698b0b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LoRa_E32.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* EBYTE LoRa E32 Series
*
* AUTHOR: Renzo Mischianti
* VERSION: 1.5.7
* VERSION: 1.5.8
*
* https://www.mischianti.org/category/my-libraries/lora-e32-devices/
*
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
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/)

## Changelog
- 2022-09-19 1.5.8 Fix stm32 rogerclerk library #48
- 2022-08-31 1.5.7 Minor Fix and examples update
- 2022-04-07 1.5.6 Fix support for STM32
- 2022-03-09 1.5.5 Fix UART baudrate variable and debug println
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "EByte LoRa E32 library",
"version": "1.5.7",
"version": "1.5.8",
"keywords": "LoRa, UART, EByte, e32, esp32, esp8266, stm32, SAMD, Arduino, Raspberry Pi Pico",
"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.",
"homepage": "https://www.mischianti.org/category/my-libraries/lora-e32-devices/",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=EByte LoRa E32 library
version=1.5.7
version=1.5.8
author=Renzo Mischianti <[email protected]>
maintainer=Renzo Mischianti <[email protected]>
sentence=LoRa EBYTE E32 device library complete and tested with Arduino, Arduino SAMD, esp8266, esp32 and STM32. sx1278/sx1276.
Expand Down

0 comments on commit 698b0b0

Please sign in to comment.