-
-
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.
Fix missing return value for ATC commands
Add option to re-init LoRaWAN stack
- Loading branch information
1 parent
9de41dd
commit c237dd1
Showing
7 changed files
with
19 additions
and
10 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,9 @@ AT Command functions: Taylor Lee ([email protected]) | |
# Changelog | ||
[Code releases](CHANGELOG.md) | ||
|
||
- 2023-09-01 New feature/bug-fix | ||
- Fix missing return value for ATC commands | ||
- Add option to re-init LoRaWAN stack | ||
- 2023-08-26 New features | ||
- Add AT command for force OTA DFU mode on RAK4631 | ||
- Add re-initialize function for LoRaWAN (fix problem with confirmed msg NAK) | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "WisBlock-API-V2", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"keywords": [ | ||
"lora", | ||
"Semtech", | ||
|
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,5 +1,5 @@ | ||
name=WisBlock-API-V2 | ||
version=2.0.12 | ||
version=2.0.13 | ||
author=Bernd Giesecke <[email protected]> | ||
maintainer=Bernd Giesecke <[email protected]> | ||
sentence=API for WisBlock Core module | ||
|
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