File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ platform_packages = framework-arduinoespressif32 @ https://github.com/espr
3737; -DARDUINO_USB_MODE=1
3838
3939
40- [env:m5stack-cores3 ]
40+ [env:m5stack_cores3 ]
4141extends = CoreS3
4242platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.11.01/platform-espressif32.zip
4343platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32/releases/download/2.0.14/esp32-2.0.14.zip
4444
4545
46- [env:m5stack-cores3 -dev]
46+ [env:m5stack_cores3 -dev]
4747extends = CoreS3
4848platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.11.01/platform-espressif32.zip
4949platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32/releases/download/2.0.14/esp32-2.0.14.zip
Original file line number Diff line number Diff line change @@ -73,17 +73,17 @@ lib_deps =
7373 M5Unified
7474 ${lib_sdupdater.lib_deps}
7575
76- [env:m5stack-core-esp32 ]
76+ [env:m5stack_core ]
7777extends = lib_chimeracore, platform_default
7878board = m5stack_core
7979build_flags = -DTEST_M5Stack
8080
81- [env:m5stack-core2 ]
81+ [env:m5stack_core2 ]
8282extends = lib_m5core2, platform_default
8383board = m5stack_core2
8484build_flags = -DTEST_M5Core2
8585
86- [env:m5stick-c ]
86+ [env:m5stack_stick ]
8787extends = lib_m5stickc, platform_default
8888board = m5stack_stickc
8989build_flags = -DTEST_M5StickC
@@ -104,7 +104,7 @@ board_build.mcu = esp32s3
104104board_build.f_flash = 80000000L
105105build_flags = -DTEST_S3Box
106106
107- [env:m5stack-atom ]
107+ [env:m5stack_atom ]
108108extends = lib_m5gfx, lib_m5unified, platform_default
109109board = m5stack_atom
110110board_build.partitions = min_spiffs.csv
@@ -125,7 +125,7 @@ lib_deps =
125125 M5Stack-SD-Updater
126126 ESP32-targz@^1.1.8
127127
128- [env:m5stack-cores3 ]
128+ [env:m5stack_cores3 ]
129129extends = lib_m5unified, platform_default
130130# platform = espressif32 @ 6.2.0
131131board = m5stack_cores3
You can’t perform that action at this time.
0 commit comments