fix ci; remove teensy from platformio

Platformio does not provide a stable api for teensy.
https://github.com/platformio/platform-teensy/issues/42
This commit is contained in:
Rotzbua
2019-01-12 15:13:23 +01:00
parent 0e25b590a4
commit d6979db651
2 changed files with 16 additions and 17 deletions

View File

@@ -10,5 +10,5 @@
"version": "1.4.3",
"exclude": "doc",
"frameworks": "arduino",
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266","samd"]
"platforms": ["atmelavr", "ststm32", "espressif8266","samd"]
}