v0.6.1 #74
ilyakruchinin
announced in
Announcements
v0.6.1
#74
Replies: 0 comments
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.
Changes since v0.6.0
WiFi Configuration UX
/api/statusendpoint now returnsssids(array of SSID strings) andhas_pass(array of booleans) so the web UI can display all saved WiFi networks immediately — no scan required. Passwords are never sent to the frontend.s_status_cache.cfg_valid = falseafter saving WiFi config, so the next/api/statuscall returns the updated SSID list without waiting for the 2-minute cache TTL.Display — New "Backlight always off" Mode
LCD_THERAPY_ALWAYS_OFFmode (battery-friendly). A third display mode option complements the existing "Show live graph" and "Backlight off":s_backlight_force_onflag ensures the backlight stays on during SoftAP/portal mode regardless of the selected display mode, so users can always interact with the setup screen.LCD_THERAPY_OFFrestores the backlight butLCD_THERAPY_ALWAYS_OFFkeeps it off.This discussion was created from the release v0.6.1.
All reactions