mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-02 02:06:11 +00:00
feat(ui): v1.13 — collapsible Settings, Favourites Dial, GPX trail, schema fix
- SettingsScreen: collapsible sections (Enter toggles); all collapsed by default; vis[] filtered list drives render and UP/DOWN/Enter navigation - NodePrefs: bump SCHEMA_SENTINEL 0xC0DE0003 → 0xC0DE0004; reset trail_units_idx in mismatch handler (was corrupted on upgrade from 0003 saves) - UITask: shorten "No contacts available" → "No fav contacts" (OLED alert overflow) - README: document Favourites Dial, GPS Trail + GPX download instructions, Mark-all-read, collapsible Settings; update USB/BLE export note Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
755525761e
commit
439c726f1e
@@ -180,7 +180,7 @@ class HomeScreen : public UIScreen {
|
||||
}
|
||||
}
|
||||
if (_pin_count == 0) {
|
||||
_task->showAlert("No contacts available", 1000);
|
||||
_task->showAlert("No fav contacts", 1000);
|
||||
_pin_target_slot = -1;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user