-
Notifications
You must be signed in to change notification settings - Fork 39
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
Deactivate LEDs #8
Comments
yes you could experiment with that for sure. |
Actually I have just got my hands on a S20 and understand the issue. I will look at doing something in the next version upgrade. Never had on hand to know :) |
Thanks! I am waiting for some new S20 to test my edits. The LEDs of the S20 are a sort of christmas lights on their own. |
It's a bit silly having a circular ring that gets lit by 2 different colour LEDS. 1st time owning and programming one so I will put a fix in next ver. |
Any update on this? |
Reopen the issue here, since the old repo is deprecated
Hi,
the firmware works really well. However, I wonder if it is possible to deactivate the blue and green LEDs when Sonoff is switched on. I don't want to have them on while the plug is turned on.
Can this be achieved with playing with:
digitalWrite(LED, HIGH);?
The text was updated successfully, but these errors were encountered: