library.json 429 B

12345678910111213141516
  1. {
  2. "name": "Heltec_ESP8266",
  3. "keywords": "heltec, esp8266, wifi kit, oled",
  4. "description": "A library for Heltec ESP8266 based board",
  5. "repository":{
  6. "type": "git",
  7. "url": "https://github.com/HelTecAutomation/Heltec_ESP8266.git"
  8. },
  9. "authors":{
  10. "name": "Heltec Automation(TM)",
  11. "email": "support@heltec.cn"
  12. },
  13. "version": "1.0.2",
  14. "frameworks": "arduino",
  15. "platforms": "espressif8266"
  16. }