library.json 412 B

123456789101112131415
  1. {
  2. "name": "TasmotaSerial",
  3. "version": "2.2.0",
  4. "keywords": [
  5. "serial", "io", "TasmotaSerial"
  6. ],
  7. "description": "Implementation of software serial with hardware serial fallback for ESP8266.",
  8. "repository":
  9. {
  10. "type": "git",
  11. "url": "https://github.com/arendst/Sonoff-Tasmota/lib/TasmotaSerial"
  12. },
  13. "frameworks": "arduino",
  14. "platforms": "espressif8266"
  15. }