From 0c84726f5ecea66d159c4b26724baec4c37e6ada Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 5 Mar 2023 17:52:49 +0100 Subject: [PATCH] Added Platformio library JSON (#690) --- library.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 00000000..785b5fb8 --- /dev/null +++ b/library.json @@ -0,0 +1,26 @@ +{ + "name": "RadioLib", + "version": "5.6.0", + "description": "Universal wireless communication library. User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.).", + "keywords": "radio, sx1262", + "homepage": "https://github.com/jgromes/RadioLib", + "repository": + { + "type": "git", + "url": "https://github.com/jgromes/RadioLib.git" + }, + "authors": + { + "name": "Jan Gromeš", + "email": "gromes.jan@gmail.com", + "maintainer": true + }, + "license": "MIT", + "frameworks": "*", + "platforms": "*", + "headers": "RadioLib.h", + "build": + { + "libLDFMode": "chain+" + } +} \ No newline at end of file