Skip to content

Commit

Permalink
Add Arduino-Pico RAK11300
Browse files Browse the repository at this point in the history
  • Loading branch information
beegee-tokyo committed Dec 19, 2023
1 parent 524724a commit 9c503bf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Arduino library for RAKWireless WisBlock Core modules that takes all the LoRaWAN

# Release Notes

## 2.0.16 Add Arduino-Pico support
- Support RAK11300 with Arduino-Pico BSP

## 2.0.15 Fix ESP32
- Make ESP32 work with WisBlock-API-V2

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1228,6 +1228,8 @@ AT Command functions: Taylor Lee ([email protected])
# Changelog
[Code releases](CHANGELOG.md)

- 2023-12-19 Add Arduino-Pico support
- Support RAK11300 with Arduino-Pico BSP
- 2023-12-07 Fix ESP32
- Make ESP32 work with WisBlock-API-V2
- 2023-11-22 Fix AT+PRECV command
Expand Down
8 changes: 5 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
{
"name": "WisBlock-API-V2",
"version": "2.0.15",
"version": "2.0.16",
"keywords": [
"lora",
"Semtech",
"SX126x",
"RAK4630",
"RAK11200",
"WisBlock"
"WisBlock",
"RAK11300"
],
"description": "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",
"frameworks": [
"arduino"
],
"platforms": [
"nordicnrf52",
"espressif32"
"espressif32",
"rp2040"
],
"license": "MIT",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=WisBlock-API-V2
version=2.0.15
version=2.0.16
author=Bernd Giesecke <[email protected]>
maintainer=Bernd Giesecke <[email protected]>
sentence=API for WisBlock Core module
Expand Down

0 comments on commit 9c503bf

Please sign in to comment.