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:
@@ -10,5 +10,5 @@
|
||||
"version": "1.4.3",
|
||||
"exclude": "doc",
|
||||
"frameworks": "arduino",
|
||||
"platforms": ["atmelavr", "ststm32", "teensy", "espressif8266","samd"]
|
||||
"platforms": ["atmelavr", "ststm32", "espressif8266","samd"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user