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
Based on the below link, https://rabbithole.wwwdotorg.org/2017/03/28/esp8266-gpio.html
D5 is high, then low after ~110ms as you noticed. But D1, and D2 are low on boot/flash.
If we use D1 or D2 instead of D5, we could not need a workaround that outputs PWM 100% for the turn-off.
I didn't test yet. Just an idea. What do you think?
The text was updated successfully, but these errors were encountered:
Thank you. It makes sense. I'll test this later.
Sorry, something went wrong.
No branches or pull requests
Based on the below link,
https://rabbithole.wwwdotorg.org/2017/03/28/esp8266-gpio.html
D5 is high, then low after ~110ms as you noticed.
But D1, and D2 are low on boot/flash.
If we use D1 or D2 instead of D5, we could not need a workaround that outputs PWM 100% for the turn-off.
I didn't test yet. Just an idea.
What do you think?
The text was updated successfully, but these errors were encountered: