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

Fix ttgo twatch & tbeam board definition error #4212

Merged
merged 2 commits into from
Oct 1, 2020
Merged

Fix ttgo twatch & tbeam board definition error #4212

merged 2 commits into from
Oct 1, 2020

Conversation

lewisxhe
Copy link
Contributor

This is the wrong definition submitted before, which caused the compiler to issue a warning. Please pass this request

@me-no-dev me-no-dev merged commit 6f237a8 into espressif:master Oct 1, 2020
@@ -3544,8 +3544,8 @@ t-beam.serial.disableRTS=true

t-beam.build.mcu=esp32
t-beam.build.core=esp32
t-beam.build.variant=t-beam
t-beam.build.board=T-Beam
t-beam.build.variant=tbeam

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't this break building for this board? AFAIK build.variant is used as a directory name under the variants directory, but there is only variants/t-beam, not variants/tbeam. So IIUC, this change must either be reverted, or the variant directory should be renamed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants