library.json 513 B

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