31 lines
902 B
INI
31 lines
902 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
|
|
|
|
[platformio]
|
|
default_envs = jellypico32
|
|
lib_dir = 'src/'
|
|
|
|
[env:jellypico32]
|
|
platform = espressif32
|
|
platform_packages = platformio/framework-arduinoespressif32@3.20011.230801
|
|
board = pico32
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
monitor_filters = esp32_exception_decoder
|
|
upload_speed = 1500000
|
|
lib_deps =
|
|
painlessmesh/painlessMesh @ ^1.5.0
|
|
ArduinoJson
|
|
AsyncTCP
|
|
https://github.com/arkhipenko/TaskScheduler@3.7.0
|
|
fastled/FastLED@^3.6.0
|
|
https://github.com/hpwit/I2SClocklessLedDriver.git
|
|
build_flags = -Iinclude/ -Wall -std=c++14
|