mirror of
https://github.com/Architeuthis-Flux/Jumperless.git
synced 2024-11-24 07:10:11 +01:00
22 lines
633 B
INI
22 lines
633 B
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter
|
|
; Upload options: custom upload port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
; Advanced options: extra scripting
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env]
|
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
|
|
framework = arduino
|
|
board_build.core = earlephilhower
|
|
board_build.filesystem_size = 0.5m
|
|
|
|
[env:pico]
|
|
board = pico
|
|
lib_deps =
|
|
powerbroker2/SafeString@^4.1.27
|
|
adafruit/Adafruit NeoPixel@^1.11.0
|