Updated micro configuration files to match the new micro we're using.

This commit is contained in:
2024-05-16 17:59:53 -04:00
parent c92d6efdc1
commit 20a7aef333
7 changed files with 230 additions and 244 deletions

View File

@@ -8,9 +8,21 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:denky32]
[env]
platform = espressif32
board = denky32
framework = arduino
monitor_speed = 115200
lib_deps = adafruit/Adafruit NeoPixel@^1.12.0
[env:esp32-s3-debug]
board = adafruit_feather_esp32s3_nopsram
build_type = debug
build_flags = -D DEBUG
[env:esp32-s3-build]
board = adafruit_feather_esp32s3_nopsram
build_flags = -D RELEASE
build_type = release
[env:denky32]
board = denky32