-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
14 additions
and
16 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 |
---|---|---|
@@ -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" | ||
] | ||
} |