Skip to content

Commit cf66562

Browse files
reaper7Curclamas
authored andcommitted
currently, when M5Stack board is selected (espressif#1242)
M5Stack variant (pins_arduino.h) file is not automatically included, because boards.txt m5stack-core-esp32.build.variant=esp32 This commit changes m5stack-core-esp32.build.variant from esp32 to m5stack_core_esp32 also rename M5Stack variant directory from m5stack-core-esp32 to m5stack_core_esp32
1 parent a85226f commit cf66562

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ m5stack-core-esp32.serial.disableRTS=true
12171217

12181218
m5stack-core-esp32.build.mcu=esp32
12191219
m5stack-core-esp32.build.core=esp32
1220-
m5stack-core-esp32.build.variant=esp32
1220+
m5stack-core-esp32.build.variant=m5stack_core_esp32
12211221
m5stack-core-esp32.build.board=M5Stack_Core_ESP32
12221222

12231223
m5stack-core-esp32.build.f_cpu=240000000L

0 commit comments

Comments
 (0)