|
|
|
|
@ -7,6 +7,7 @@
|
|
|
|
|
;
|
|
|
|
|
; Please visit documentation for the other options and examples
|
|
|
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
|
|
|
|
|
|
[platformio]
|
|
|
|
|
default_envs = leonardo
|
|
|
|
|
|
|
|
|
|
@ -17,7 +18,7 @@ board = leonardo
|
|
|
|
|
framework = arduino
|
|
|
|
|
platform = atmelavr
|
|
|
|
|
lib_deps =
|
|
|
|
|
Nintendo Extension Ctrl
|
|
|
|
|
Nintendo Extension Ctrl
|
|
|
|
|
upload_port = /dev/ttyACM*
|
|
|
|
|
monitor_port = /dev/ttyACM*
|
|
|
|
|
|
|
|
|
|
@ -34,7 +35,7 @@ platform = atmelavr
|
|
|
|
|
framework = arduino
|
|
|
|
|
board = leonardo
|
|
|
|
|
lib_deps =
|
|
|
|
|
Nintendo Extension Ctrl
|
|
|
|
|
Nintendo Extension Ctrl
|
|
|
|
|
upload_protocol = usbasp
|
|
|
|
|
; each flag in a new line
|
|
|
|
|
upload_flags =
|
|
|
|
|
|