Skip to content

Commit 1683bf2

Browse files
committed
Fix dependency to CayenneLPP
1 parent 8a16410 commit 1683bf2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1228,6 +1228,8 @@ AT Command functions: Taylor Lee ([email protected])
12281228
# Changelog
12291229
[Code releases](CHANGELOG.md)
12301230

1231+
- 2024-06-26 Fix dependency to CayenneLPP
1232+
- Ownership of library has changed, PIO couldn't find the library
12311233
- 2023-12-24 Rework AT commands
12321234
- Make AT+PBW and AT+P2P compatible with WisToolBox
12331235
- 2023-12-19 Add Arduino-Pico support

library.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "WisBlock-API-V2",
3-
"version": "2.0.17",
3+
"version": "2.0.18",
44
"keywords": [
55
"lora",
66
"Semtech",
@@ -39,7 +39,7 @@
3939
"version": "*"
4040
},
4141
{
42-
"owner": "sabas1080",
42+
"owner": "electroniccats",
4343
"name": "CayenneLPP",
4444
"version": "*"
4545
}

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WisBlock-API-V2
2-
version=2.0.17
2+
version=2.0.18
33
author=Bernd Giesecke <[email protected]>
44
maintainer=Bernd Giesecke <[email protected]>
55
sentence=API for WisBlock Core module

0 commit comments

Comments
 (0)