Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Commit 0bbdc4d

Browse files
committed
Update changelog & version
1 parent f1a5433 commit 0bbdc4d

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Arduino library for RAKWireless WisBlock Core modules that takes all the LoRaWAN
44

55
# Release Notes
66

7+
## 1.1.19 Add AT command
8+
- Add AT command to change fPort when using LoRaWAN. Thanks to @xoseperez
9+
710
## 1.1.18 Add Cayenne LPP and cleanup AT commands
811
- Add WisBlock extended Cayenne LPP to make it easier to use from examples
912
- Replace AT command SENDFREQ with SENDINT to make it's meaning easier to understand (use word interval instead of frequency)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,6 +1093,8 @@ AT Command functions: Taylor Lee (taylor.lee@rakwireless.com)
10931093
----
10941094
# Changelog
10951095
[Code releases](CHANGELOG.md)
1096+
- 2023-04-30
1097+
- Added option to set the LoRaWAN port using the AT command set. Thanks to @xoseperez
10961098
- 2022-11-13
10971099
- Add WisBlock Cayenne LPP setup to make it easier to use from examples
10981100
- Replace AT command SENDFREQ with SENDINT to make it's meaning easier to understand (use word interval instead of frequency)

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "WisBlock-API",
3-
"version": "1.1.18",
3+
"version": "1.1.19",
44
"keywords": [
55
"lora",
66
"Semtech",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WisBlock-API
2-
version=1.1.18
2+
version=1.1.19
33
author=Bernd Giesecke <beegee@giesecke.tk>
44
maintainer=Bernd Giesecke <beegee@giesecke.tk>
55
sentence=API for WisBlock Core module

0 commit comments

Comments
 (0)