Skip to content

Commit 710db97

Browse files
committed
updated env names
1 parent 9290330 commit 710db97

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

examples/M5Stack-FW-Menu/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]
4141
extends = CoreS3
4242
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.11.01/platform-espressif32.zip
4343
platform_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]
4747
extends = CoreS3
4848
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.11.01/platform-espressif32.zip
4949
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32/releases/download/2.0.14/esp32-2.0.14.zip

examples/Test/build_test/platformio.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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]
7777
extends = lib_chimeracore, platform_default
7878
board = m5stack_core
7979
build_flags = -DTEST_M5Stack
8080

81-
[env:m5stack-core2]
81+
[env:m5stack_core2]
8282
extends = lib_m5core2, platform_default
8383
board = m5stack_core2
8484
build_flags = -DTEST_M5Core2
8585

86-
[env:m5stick-c]
86+
[env:m5stack_stick]
8787
extends = lib_m5stickc, platform_default
8888
board = m5stack_stickc
8989
build_flags = -DTEST_M5StickC
@@ -104,7 +104,7 @@ board_build.mcu = esp32s3
104104
board_build.f_flash = 80000000L
105105
build_flags = -DTEST_S3Box
106106

107-
[env:m5stack-atom]
107+
[env:m5stack_atom]
108108
extends = lib_m5gfx, lib_m5unified, platform_default
109109
board = m5stack_atom
110110
board_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]
129129
extends = lib_m5unified, platform_default
130130
# platform = espressif32 @ 6.2.0
131131
board = m5stack_cores3

0 commit comments

Comments
 (0)