Skip to content

Commit

Permalink
enable serial in addition to MIDI
Browse files Browse the repository at this point in the history
  • Loading branch information
3hhh authored and corrados committed Sep 9, 2023
1 parent dc5fa32 commit 2a28033
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ build_src_filter =
[env:teensy36]
platform = teensy
board = teensy36
build_flags = -D USB_MIDI
build_flags = -D USB_MIDI_SERIAL

[env:teensy40]
platform = teensy
board = teensy40
build_flags = -D USB_MIDI
build_flags = -D USB_MIDI_SERIAL

[env:teensy41]
platform = teensy
board = teensy41
build_flags = -D USB_MIDI
build_flags = -D USB_MIDI_SERIAL

; see https://docs.platformio.org/en/latest/platforms/espressif32.html for more details
[env:esp32doit-devkit-v1]
Expand Down

0 comments on commit 2a28033

Please sign in to comment.