beegee-tokyo / WisBlock-API-V2

WisBlock API V2 for RAK4631 takes care of all the LoRaWAN, BLE, AT command functionality. It makes development of event driven power savings applications easy. RUI3 AT command compatible allows the usage of RAKwireless' WisToolBox to setup the device.
MIT License
12 stars 5 forks source link

CayenneLPP owner has changed #2

Closed Haberle83 closed 3 months ago

Haberle83 commented 3 months ago

The owner of CayenneLPP has changed from sabas1080 to electroniccats. This change broke the ability to compile my WisBlock project. I have manually fixed if by changing the library.json:

{ "owner": "sabas1080", "name": "CayenneLPP", "version": "" } to { "owner": "electroniccats", "name": "CayenneLPP", "version": "" }

Here is the link describing the issue: PlatformIO link

beegee-tokyo commented 3 months ago

Fixed with V2.0.18