Open
Description
I've recently purchased one of these cameras, and mine has an integrated LiPo battery charger unit but no power switch (interesting oversight on the manufacturer's part...).
I unfortunately haven't had the chance to get into the ESP32's libraries yet (I'm still learning the 8266), so I'm not really up to adding this myself, but would it be possible to add a software power switch to this in a future release?
I'm looking for two features:
- Power off via a button in the web browser interface (to deep sleep mode or equivalent)
- Power off via pressing the reset button while it's on (noinit variable or RTC memory)
With of course being able to press the reset button while it's in the deep sleep/"off" mode to awaken it again.
I'd really appreciate if you could add this as a feature at some future time, or walk me through how this works so I could add it myself.