-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version file changed to json and version bump
- Loading branch information
Showing
2 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file was deleted.
Oops, something went wrong.
36fe268
There was a problem hiding this comment.
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
36fe268
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@per1234
created the file again: b5c23b4
but anyway, I totally recommend using PlatformIO for development!
36fe268
There was a problem hiding this comment.
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.