mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
Per-tool config belongs in the tool, matching Auto-Advert's pattern. SettingsScreen drops: - TRAIL_MIN_DELTA enum entry + the entire SECTION_GPS gate (it was its only remaining item after GPS upd / Trail int were removed) - Render and input handler blocks TrailScreen gains a small modal popup opened with Hold Enter (the KEY_CONTEXT_MENU input). Enter cycles through the four min-dist values (5/10/25/100 m), Esc closes the popup. The popup overlays whichever view is active; savePrefs runs on each cycle so the value persists. NodePrefs::trail_min_delta_idx and the TrailStore::MIN_DELTA_* helpers are unchanged — only the entry point shifted. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>