Is your feature request related to a problem? Please describe.
I am running a mobile instance of WLED on a hat and wanted to be able to monitor the battery percentage from the onboard lipo charger. I would also like my ESP32 device to enter deep sleep when the push button toggles the lights off to preserve battery power.
Describe the solution you’d like
I want a menu to be able to select a battery monitor, according to Overview | Adafruit ESP32 Feather V2 | Adafruit Learning System you should be able to use this data from “pin (GPI35) - This ADC pin can be used to read the data from the battery monitor. Basically, perform an analog read and multiply by two, to get a rough sense of the lipoly battery voltage.” I would also like a checkbox in the UI to enable/disable deep sleep when Leds are powered off. I am currently using an Adafruit ESP32 feather v2 and a 3.7v 30,000mah lipo jst battery.
Additional context
I am currently using an Adafruit ESP32 feather v2 and a 3.7v 30,000mah lipo jst battery.