add env for teensy40

This commit is contained in:
interfisch 2023-07-18 22:31:12 +02:00
parent afe0059b51
commit 5a0adf98bd
1 changed files with 17 additions and 6 deletions

View File

@ -8,13 +8,14 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:teensy31]
platform = teensy
board = teensy31
[platformio]
default_envs = teensy31
; Set/override default options for each "[env:***]"
[env]
framework = arduino
monitor_speed = 115200
build_flags =
@ -25,4 +26,14 @@ lib_deps =
adafruit/Adafruit SSD1306@^2.5.7
arduino-libraries/SD@^1.2.4
https://github.com/adafruit/Adafruit_NeoPixel
https://github.com/milesburton/Arduino-Temperature-Control-Library/
https://github.com/milesburton/Arduino-Temperature-Control-Library/
[env:teensy31]
platform = teensy
board = teensy31
[env:teensy40]
platform = teensy
board = teensy40