biologist79 / ESPuino

RFID-controlled musicplayer powered by ESP32

Home Page:https://forum.espuino.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Critical Voltage in Web-Interface

SZenglein opened this issue · comments

If SHUTDOWN_ON_BAT_CRITICAL is enabled, espuino shuts off if the voltage falls below the critical voltage setting.
This setting is written to NVS and cannot easily be changed afterwards: because the NVS value is set, the settings.h value is ignored.

It should be easy to add the critical voltage option to battery settings, but I don't know if I can find the time.
It could also be a good first contribution if someone is interested :).

Would be fine :-)

Any news on this one?

fixed with 014246e
Thanks to @SZenglein !