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

Update pins_arduino.h #4867

Merged
merged 2 commits into from
Mar 4, 2021
Merged

Update pins_arduino.h #4867

merged 2 commits into from
Mar 4, 2021

Conversation

ZCB1208
Copy link
Contributor

@ZCB1208 ZCB1208 commented Feb 27, 2021

Fix the bug that the IDE show: "Error compiling for the board FireBettle-ESP32"
Detial"error : redefinition of const uint8_t D0~D9"

Fix the bug that the IDE show: "Error compiling for the board FireBettle-ESP32" 
Detial"error : redefinition of const uint8_t D0~D9"
// static const uint8_t D6 = 10;
// static const uint8_t D7 = 13;
// static const uint8_t D8 = 5;
// static const uint8_t D9 = 2;
Copy link
Member

Choose a reason for hiding this comment

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

why not remove the lines and add D10 up with the other definitions?

@me-no-dev me-no-dev merged commit 6e7cc52 into espressif:master Mar 4, 2021
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