initial commit of working code

This commit is contained in:
tms
2026-07-29 22:03:01 -04:00
parent e468663618
commit 7bfee7b908
8 changed files with 578 additions and 35 deletions
+30
View File
@@ -0,0 +1,30 @@
; 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