This repository was archived by the owner on Jun 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 11{
22 "name" : " WisBlock-API" ,
3- "version" : " 1.1.18 " ,
3+ "version" : " 1.1.19 " ,
44 "keywords" : [
55 " lora" ,
66 " Semtech" ,
Original file line number Diff line number Diff line change 11name =WisBlock-API
2- version =1.1.18
2+ version =1.1.19
33author =Bernd Giesecke <beegee@giesecke.tk>
44maintainer =Bernd Giesecke <beegee@giesecke.tk>
55sentence =API for WisBlock Core module
You can’t perform that action at this time.
0 commit comments