Created
April 16, 2019 17:26
-
-
Save karlsander/ea46fac0b60d8195a762780a00400e28 to your computer and use it in GitHub Desktop.
compiling Hemisphere
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
platformio ci --project-conf="platformio.ini" --build-dir="build" --keep-build-dir O_C-HemisphereSuite/software/o_c_REV/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[env:hemisphere] | |
board = teensy31 | |
framework = arduino | |
platform = teensy | |
board_build.f_cpu = 120000000 | |
build_flags = -D USB_MIDI -fpermissive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment