From 5abe49e8eb833b7f6216e91f47cc7fbdf726ff7e Mon Sep 17 00:00:00 2001 From: reaper7 Date: Fri, 6 Apr 2018 18:04:12 +0200 Subject: [PATCH] currently, when M5Stack board is selected (#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 --- boards.txt | 2 +- .../{m5stack-core-esp32 => m5stack_core_esp32}/pins_arduino.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename variants/{m5stack-core-esp32 => m5stack_core_esp32}/pins_arduino.h (100%) diff --git a/boards.txt b/boards.txt index a81ce94e..1f13264b 100644 --- a/boards.txt +++ b/boards.txt @@ -1217,7 +1217,7 @@ m5stack-core-esp32.serial.disableRTS=true m5stack-core-esp32.build.mcu=esp32 m5stack-core-esp32.build.core=esp32 -m5stack-core-esp32.build.variant=esp32 +m5stack-core-esp32.build.variant=m5stack_core_esp32 m5stack-core-esp32.build.board=M5Stack_Core_ESP32 m5stack-core-esp32.build.f_cpu=240000000L diff --git a/variants/m5stack-core-esp32/pins_arduino.h b/variants/m5stack_core_esp32/pins_arduino.h similarity index 100% rename from variants/m5stack-core-esp32/pins_arduino.h rename to variants/m5stack_core_esp32/pins_arduino.h