library.json 383 B

123456789101112131415
  1. {
  2. "name": "C2Programmer",
  3. "version": "1.0.0",
  4. "keywords": [
  5. "C2", "io", "Programmer"
  6. ],
  7. "description": "Implementation of C2 programmer allowing update of Sonoff Bridge RF chip.",
  8. "repository":
  9. {
  10. "type": "git",
  11. "url": "https://github.com/lhartmann/c2_prog_wifi"
  12. },
  13. "frameworks": "arduino",
  14. "platforms": "espressif8266"
  15. }