Skip to content

Commit

Permalink
Build FLIP_180 for Teensy 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djphazer committed May 7, 2024
1 parent 1fb01a0 commit e85260d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions software/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ default_envs =
wepwepwep
wepwepvor
T40
T40_flipped
T41

[env]
Expand Down Expand Up @@ -91,6 +92,11 @@ lib_ignore = Audio, Wire
build_flags = ${env:T4.build_flags}
-DOC_VERSION_EXTRA="\"_T40\""

[env:T40_flipped]
extends = env:T40
build_flags = ${env:T40.build_flags}
-DFLIP_180

[env:T41]
board = teensy41
board_build.f_cpu = 600000000
Expand Down

0 comments on commit e85260d

Please sign in to comment.