Reformat library.json

This commit is contained in:
2024-04-04 21:50:14 +11:00
parent a7db18d8ac
commit 4460224202

View File

@@ -7,8 +7,7 @@
"type": "git", "type": "git",
"url": "https://github.com/mattyway/RFPowerView.git" "url": "https://github.com/mattyway/RFPowerView.git"
}, },
"authors": "authors": [
[
{ {
"name": "Matt Way", "name": "Matt Way",
"email": "mattyway@gmail.com" "email": "mattyway@gmail.com"
@@ -21,7 +20,5 @@
"rlogiacco/CircularBuffer": "1.3.3" "rlogiacco/CircularBuffer": "1.3.3"
}, },
"frameworks": "arduino", "frameworks": "arduino",
"platforms": [ "platforms": ["espressif8266"]
"espressif8266" }
]
}