library.json 441 B

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