library.json 473 B

123456789101112131415161718192021
  1. {
  2. "name": "ElegantOTA",
  3. "keywords": "ElegantOTA, OTA, Update, ESP8266, ESP32, Over, the, air",
  4. "description": "Perform OTAs for ESP8266 or ESP32 Elegantly!",
  5. "repository":
  6. {
  7. "type": "git",
  8. "url": "https://github.com/ayushsharma82/ElegantOTA.git"
  9. },
  10. "authors":
  11. [
  12. {
  13. "name": "Ayush Sharma",
  14. "email": "asrocks5@gmail.com",
  15. "maintainer": true
  16. }
  17. ],
  18. "version": "2.2.7",
  19. "frameworks": "arduino",
  20. "platforms": "espressif"
  21. }