Skip to content

Commit

Permalink
currently, when M5Stack board is selected (#1242)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
reaper7 authored and me-no-dev committed Apr 6, 2018
1 parent c01e556 commit 5abe49e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards.txt
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 5abe49e

Please sign in to comment.