Updated micro configuration files to match the new micro we're using.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user