-
Notifications
You must be signed in to change notification settings - Fork 638
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
Adding the button to a Wemos D1 mini relay #239
Comments
I agree. Will add it to the next release. |
Pushed with 8dacb87. Now of dev, will be released soon. |
Released with 1.9.6 |
Removing milestone: 1.9.6 (automated comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by: P.B. (Bitbucket: PieBru, GitHub: PieBru)
Hi, I point out this silly note as it might ease the life of newbies like me.
The Wemos D1 Mini relay is a very handy dev platform to test espurna before flashing on less accessible devices, at least because you don't have to press buttons to flash it and there is a handy hardware reset button.
The D1 doesn't came with an equivalent of the Sonoff button, but it's easy to add it by connecting a pushbutton between GND and D3 (GPIO0), like I did in the attached picture.
In Espurna 1.9.5 you must esplicitely enable it for the Wemos, but leaving it enabled without having connected the button doesn't give problems, so IMO this may be added permanently.
Add in hardware.h inside #elif defined(WEMOS_D1_MINI_RELAYSHIELD)
Add in hardware.ino inside #elif defined(WEMOS_D1_MINI_RELAYSHIELD)
Cheers.
Piero
The text was updated successfully, but these errors were encountered: