diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d5c8f7..e2e3a8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 621a83c..496df04 100644 --- a/README.md +++ b/README.md @@ -1228,6 +1228,8 @@ AT Command functions: Taylor Lee (taylor.lee@rakwireless.com) # 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 diff --git a/library.json b/library.json index b13b060..d7fc2d7 100644 --- a/library.json +++ b/library.json @@ -1,13 +1,14 @@ { "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": [ @@ -15,7 +16,8 @@ ], "platforms": [ "nordicnrf52", - "espressif32" + "espressif32", + "rp2040" ], "license": "MIT", "authors": [ diff --git a/library.properties b/library.properties index 2cff814..341cc95 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=WisBlock-API-V2 -version=2.0.15 +version=2.0.16 author=Bernd Giesecke maintainer=Bernd Giesecke sentence=API for WisBlock Core module