Skip to content

Commit

Permalink
version file changed to json and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
peterus committed Feb 12, 2021
1 parent 1ec9bb8 commit 36fe268
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
20 changes: 20 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "APRS-IS-Lib",
"keywords": "aprs, aprs-is, hamradio, lora",
"description": "This library will provide an simple interface to the APRS-Servers with the help of APRS-IS.",
"authors":
[
{
"name": "Peter Buchegger",
"email": "[email protected]"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/lora-aprs/APRS-IS-Lib.git"
},
"version": "0.0.8",
"frameworks": "arduino",
"platforms": "espressif"
}
11 changes: 0 additions & 11 deletions library.properties

This file was deleted.

3 comments on commit 36fe268

@per1234
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@peterus this change made it no longer an Arduino library:
https://arduino.github.io/arduino-cli/latest/library-specification

@peterus
Copy link
Member Author

@peterus peterus commented on 36fe268 May 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@peterus this change made it no longer an Arduino library:
https://arduino.github.io/arduino-cli/latest/library-specification

@per1234
created the file again: b5c23b4

but anyway, I totally recommend using PlatformIO for development!

@per1234
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I think PlatformIO is great, but I also think it's nice for people to have options.

Please sign in to comment.