We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After testing the inclusion mode with an ESP32 gateway I noticed the inclusion button does not work.
The pin is in floating state instead of pulled up. Init code:
MySensors/core/MyInclusionMode.cpp
Line 33 in 6d24ab1
According to arduino references we should instead use INPUT_PULLUP as of Arduino 1.0.1
I will submit a PR for this.
The text was updated successfully, but these errors were encountered:
Inclusion mode: change pinmode to INPUT_PULLUP (#1197)
cff3696
Issue 1196: #1196 According to arduino references we should instead use INPUT_PULLUP as of Arduino 1.0.1 https://www.arduino.cc/en/Tutorial/DigitalPins
No branches or pull requests
After testing the inclusion mode with an ESP32 gateway I noticed the inclusion button does not work.
The pin is in floating state instead of pulled up.
Init code:
MySensors/core/MyInclusionMode.cpp
Line 33 in 6d24ab1
According to arduino references we should instead use INPUT_PULLUP as of Arduino 1.0.1
I will submit a PR for this.
The text was updated successfully, but these errors were encountered: