能源管控程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

library.json 425 B

2 years ago
12345678910111213141516171819202122
  1. {
  2. "name":"AsyncTCP",
  3. "description":"Asynchronous TCP Library for ESP32",
  4. "keywords":"async,tcp",
  5. "authors":
  6. {
  7. "name": "Hristo Gochkov",
  8. "maintainer": true
  9. },
  10. "repository":
  11. {
  12. "type": "git",
  13. "url": "https://github.com/me-no-dev/AsyncTCP.git"
  14. },
  15. "version": "1.1.1",
  16. "license": "LGPL-3.0",
  17. "frameworks": "arduino",
  18. "platforms": "espressif32",
  19. "build": {
  20. "libCompatMode": 2
  21. }
  22. }