Callbacks on events #8468
wuyongzheng
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Call |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a feature request for ESP8266HTTPUpdateServer.
Background:
I'm using esp8266 to control WS2812 light strips. I want to turn off the light strip during update. Before ESP.restart(), I want to set some pins to LOW and some pins mode to INPUT.
Proposal:
It would be nice to support callback functions on various events such as
Beta Was this translation helpful? Give feedback.
All reactions