Control surface lib portage
This commit is contained in:
@@ -8,7 +8,21 @@
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
default_envs = micro_debug
|
||||
|
||||
[env]
|
||||
build_flags = -Wall
|
||||
lib_deps =
|
||||
Control Surface
|
||||
MIDIUSB
|
||||
|
||||
[env:micro]
|
||||
platform = atmelavr
|
||||
board = micro
|
||||
framework = arduino
|
||||
|
||||
[env:micro_debug]
|
||||
build_type = debug
|
||||
extends = env:micro
|
||||
build_flags = -D DEBUG_MAIN
|
||||
Reference in New Issue
Block a user