2023-05-25 09:37:55 -07:00
|
|
|
; 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
|
2023-05-28 18:25:10 -07:00
|
|
|
lib_deps =
|
2023-05-31 16:00:30 -07:00
|
|
|
powerbroker2/SafeString@^4.1.27
|
|
|
|
adafruit/Adafruit NeoPixel@^1.11.0
|