Commit Graph

4 Commits

Author SHA1 Message Date
SteWers
ec6e1dd2a6
Optimize WiFi strength indicator (#23924)
* Optimize WiFi strength indicator

- Simplify `WifiGetRssiAsQuality`
- Make WiFi strength indicator in web status line color independent
- Correct count of visible bars in strength indicator
- Save flash space (64 bytes; with WiFi status line 80 bytes)
- Highlight connected SSID/AP in settings with compiler option `USE_HIGHLIGHT_CONNECTED_AP` (needs additional 256 bytes)

* Change format of RSSI display
2025-09-21 15:26:03 +02:00
SteWers
27a1f11c70
Fix Wifi status line (#23841)
Fix colors of WiFi strength indicator to make it work again correctly. Regression of #23597.
2025-08-28 13:53:03 +02:00
s-hadinger
99b73aaaf8
CSS uses named colors variables (#23597) 2025-07-05 15:19:45 +02:00
s-hadinger
326fa9ca10
Optional Wifi strength indicator in WebUI status line (#23352) 2025-04-28 22:46:20 +02:00