-
-
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.
Improve RUI3 AT command compatibility
- Loading branch information
1 parent
d18ba1e
commit 25c1700
Showing
4 changed files
with
41 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1227,8 +1227,9 @@ AT Command functions: Taylor Lee ([email protected]) | |
---- | ||
# Changelog | ||
[Code releases](CHANGELOG.md) | ||
- 2025-01-05 RUI3 AT command compatibility | ||
- 2025-01-05 Improve RUI3 AT command compatibility | ||
- Add AT+FIRMWAREVER command | ||
- Add AT+SYNCWORD command | ||
- 2024-10-17 AT command parsing and default fPort changes | ||
- Allow upper and lower case and special characters in AT commands after the "=" | ||
- Change LoRaWAN default fPort from 0 to 1 | ||
|
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.21", | ||
"version": "2.0.22", | ||
"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.21 | ||
version=2.0.22 | ||
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