From 4460224202844b80680171b43c87f14b9e2904c4 Mon Sep 17 00:00:00 2001 From: Matt Way Date: Thu, 4 Apr 2024 21:50:14 +1100 Subject: [PATCH] Reformat library.json --- library.json | 49 +++++++++++++++++++++++-------------------------- 1 file changed, 23 insertions(+), 26 deletions(-) diff --git a/library.json b/library.json index cd03a0a..0c5224c 100644 --- a/library.json +++ b/library.json @@ -1,27 +1,24 @@ { - "name": "RFPowerView", - "version": "0.0.3", - "description": "A library for receiving and sending PowerView packets via an nRF24L01 module", - "keywords": "powerview, hunterdouglas, luxaflex, rf, radio", - "repository": { - "type": "git", - "url": "https://github.com/mattyway/RFPowerView.git" - }, - "authors": - [ - { - "name": "Matt Way", - "email": "mattyway@gmail.com" - } - ], - "license": "GPL-2.0-only", - "dependencies": { - "robtillaart/CRC": "1.0.2", - "nrf24/RF24": "1.4.8", - "rlogiacco/CircularBuffer": "1.3.3" - }, - "frameworks": "arduino", - "platforms": [ - "espressif8266" - ] - } \ No newline at end of file + "name": "RFPowerView", + "version": "0.0.3", + "description": "A library for receiving and sending PowerView packets via an nRF24L01 module", + "keywords": "powerview, hunterdouglas, luxaflex, rf, radio", + "repository": { + "type": "git", + "url": "https://github.com/mattyway/RFPowerView.git" + }, + "authors": [ + { + "name": "Matt Way", + "email": "mattyway@gmail.com" + } + ], + "license": "GPL-2.0-only", + "dependencies": { + "robtillaart/CRC": "1.0.2", + "nrf24/RF24": "1.4.8", + "rlogiacco/CircularBuffer": "1.3.3" + }, + "frameworks": "arduino", + "platforms": ["espressif8266"] +}