v0.5.7 #69
Closed
ilyakruchinin
announced in
Announcements
v0.5.7
#69
Replies: 1 comment
|
Closing as v0.6.0 is out |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Battery: adaptive 100% charge anchor and charger-transition filter reset
Adaptive full-charge anchor
batnamespace, keyfull_mv) via the existingnvs_writertask (internal RAM stack), so it survives reboots. Loaded at boot before the monitor task starts.IIR filter and percentage reset on charger transitions
filtered_mvandshown_pctare now reset to -1 on any charger state change (plug or unplug). The next sample adopts directly, eliminating the lag.nvs_writer_init()in battery monitor startnvs_writer_init()call in bsp_power_battery_monitor_start() to ensure the internal-stack NVS writer task exists in both STA and SoftAP modes, not just when the connected HTTP server starts.This discussion was created from the release v0.5.7.
All reactions