-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make ESP32 work with WisBlock-API-V2
- Loading branch information
1 parent
cf1a78a
commit e06a98c
Showing
7 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1228,6 +1228,8 @@ AT Command functions: Taylor Lee ([email protected]) | |
# Changelog | ||
[Code releases](CHANGELOG.md) | ||
|
||
- 2023-12-07 Fix ESP32 | ||
- Make ESP32 work with WisBlock-API-V2 | ||
- 2023-11-22 Fix AT+PRECV command | ||
- Set RX_CONTINOUS depending on receive mode and re-initialize the LoRa transceiver | ||
- 2023-09-01 New feature/bug-fix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name=WisBlock-API-V2 | ||
version=2.0.14 | ||
version=2.0.15 | ||
author=Bernd Giesecke <[email protected]> | ||
maintainer=Bernd Giesecke <[email protected]> | ||
sentence=API for WisBlock Core module | ||
paragraph=An RUI3 AT command compatible library that covers the complete LoRa/LoRaWAN, BLE and AT command handling. Just write your application specific functions and leave the rest to the API | ||
category=Communication | ||
url=https://github.com/beegee-tokyo/WisBlock-API-V2/ | ||
architectures=nordicnrf52,nrf52 | ||
architectures=nordicnrf52,nrf52,esp32 | ||
depends=SX126x-Arduino, CayenneLPP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters