Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename M5STACK_CORE to prepare for M5STACK_CORE2 and M5STACK_CORES3 #5008

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions variants/m5stack_core/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build_src_filter =
build_flags =
${esp32_base.build_flags} -I variants/m5stack_core
-DILI9341_DRIVER
-DM5STACK
-DM5STACK_CORE
-DUSER_SETUP_LOADED
lboue marked this conversation as resolved.
Show resolved Hide resolved
-DTFT_SDA_READ
-DTFT_DRIVER=0x9341
Expand All @@ -25,4 +25,4 @@ lib_ignore =
m5stack-core
lib_deps =
${esp32_base.lib_deps}
lovyan03/LovyanGFX@^1.1.8
lovyan03/LovyanGFX@^1.1.8
Loading