19 lines
462 B
INI
19 lines
462 B
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter, extra scripting
|
|
; Upload options: custom port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env]
|
|
platform = raspberrypi
|
|
framework = arduino
|
|
|
|
[env:pico]
|
|
board = pico
|
|
|
|
[env:nanorp2040connect]
|
|
board = nanorp2040connect
|