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

Support for M5Stack Core2 ESP32 #5043

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

lboue
Copy link
Contributor

@lboue lboue commented Oct 13, 2024

Adding support for M5Stack Core2 ESP32 because we no longer have an answer in PR #4471.

@lboue lboue marked this pull request as ready for review October 13, 2024 17:00
lboue added a commit to lboue/meshtastic_firmware that referenced this pull request Oct 13, 2024
DataRegion struct from meshtastic#5043 PR
@lboue lboue mentioned this pull request Oct 13, 2024
@lboue
Copy link
Contributor Author

lboue commented Oct 14, 2024

@thebentern
The build-stm32 (wio-e5) / build-stm32 job failed. Could you restart it? I had the same issue yesterday.

@lboue
Copy link
Contributor Author

lboue commented Oct 14, 2024

This time CI / gather-artifacts (rp2040) (pull_request_target) is failing. There is an issue with CI.

Copy link
Member

@caveman99 caveman99 left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution. Please see comments inline

pinMode(TFT_BL, OUTPUT);
digitalWrite(TFT_BL, HIGH);
#endif
#if defined(M5STACK_CORE2)
Copy link
Member

Choose a reason for hiding this comment

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

TFT_BL is defined in a lot of other variants and usually handled by the driver internally. please check if this is neccessary and does not affect other platforms

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, I'll make it better.

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