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

Conversation

lboue
Copy link
Contributor

@lboue lboue commented Oct 9, 2024

Rename M5STACK_CORE to prepare for M5STACK_CORE2 and M5STACK_CORES3
Depends on meshtastic/protobufs#598.

@lboue lboue changed the title Update platformio.ini Rename M5STACK_CORE to prepare for M5STACK_CORE2 and M5STACK_CORES3 Oct 9, 2024
#elif defined(M5STACK)
#define HW_VENDOR meshtastic_HardwareModel_M5STACK
#elif defined(M5STACK_CORE)
#define HW_VENDOR meshtastic_HardwareModel_M5STACK_CORE
#elif defined(STATION_G1)
Copy link
Sponsor Member

Choose a reason for hiding this comment

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

This, on the other hand, needs a change to the protobufs :-) meshtastic_HardwareModel_M5STACK_CORE is not defined there, meshtastic_HardwareModel_M5STACK is. Since it's not used anywhere else, you can leave the old value

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, this is the protobufs PR: meshtastic/protobufs#598

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.

2 participants