Skip to content

Commit

Permalink
specify platform-teensy 4.17.0 because platformio/platform-teensy#108
Browse files Browse the repository at this point in the history
  • Loading branch information
doctea committed Sep 8, 2023
1 parent 3c0434f commit 31bc827
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default_envs = pcb_t3n

;;; for building for prototype version (deftaudio teensy8x8, st7789, gpio gates)
[env:prototype]
platform = teensy
platform = teensy@4.17.0
board = teensy41
framework = arduino
extra_scripts=pre:add_git_branch.py
Expand Down Expand Up @@ -49,7 +49,7 @@ monitor_filters = time

;;; for building for eurorack module version (pcbs, ili9341, mcp23s17 gates)
[env:pcb_bodmer]
platform = teensy
platform = teensy@4.17.0
board = teensy41
framework = arduino
extra_scripts=pre:add_git_branch.py
Expand Down Expand Up @@ -98,7 +98,7 @@ monitor_filters = time

;;; for building for eurorack module version (ili9341, mcp23s17 gates)
[env:pcb_t3n]
platform = teensy
platform = teensy@4.17.0
board = teensy41
framework = arduino
extra_scripts=pre:add_git_branch.py
Expand Down Expand Up @@ -144,7 +144,7 @@ monitor_filters = time

;;; for building for eurorack module version (ili9341, mcp23s17 gates)
[env:pcb_t3n_debug]
platform = teensy
platform = teensy@4.17.0
board = teensy41
framework = arduino
extra_scripts=pre:add_git_branch.py
Expand Down Expand Up @@ -207,7 +207,7 @@ debug_init_cmds =
debug_init_break =

[env:debug]
platform = teensy
platform = teensy@4.17.0
board = teensy41
framework = arduino
build_unflags = -DUSB_SERIAL
Expand Down

0 comments on commit 31bc827

Please sign in to comment.