Skip to content

Commit

Permalink
Removed extra comma on line 13
Browse files Browse the repository at this point in the history
Thanks to @gordoste for reporting!
  • Loading branch information
jeroenvermeulen authored Sep 17, 2018
1 parent 58c13bc commit d7dbb76
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
{
"name": "JeVe_EasyOTA",
"authors": [
{
"name": "Jeroen Vermeulen",
"email": "[email protected]",
"url": "https://www.jeroenvermeulen.eu/"
},
{
"name": "Andrius Mikonis",
"email": "[email protected]",
"url": ""
},
],
{
"name": "Jeroen Vermeulen",
"email": "[email protected]",
"url": "https://www.jeroenvermeulen.eu/"
},
{
"name": "Andrius Mikonis",
"email": "[email protected]",
"url": ""
}
],
"keywords": "OTA, Over The Air Updates, ArduinoOTA",
"description": "Library which makes it easy to add support for Over-The-Air (OTA) updates to your project. Works with ESP8266 and ESP32.",
"repository":
{
"repository": {
"type": "git",
"url": "https://github.com/jeroenvermeulen/JeVe_EasyOTA.git"
},
"frameworks": "arduino",
"platforms":
[
"platforms": [
"esp8266",
"esp32",
"espressif32",
"espressif32",
"espressif8266"
]
}

0 comments on commit d7dbb76

Please sign in to comment.