mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-08-21 18:19:43 +00:00
* refactor: render chat rows from presentation state * Fix Meshtastic channel sync and add MeshCore CN preset * Add granular chat notification settings * Add SD settings backup and restore * Prepare 0.1.26-alpha release --------- Co-authored-by: vicliu624 <vicliu@outlook.com>
22 lines
435 B
Markdown
22 lines
435 B
Markdown
# ui_gps_runtime
|
|
|
|
GPS page runtime scheduling helpers.
|
|
|
|
May contain:
|
|
|
|
- GPS runtime pump
|
|
- GPS UI refresh sink ports
|
|
- GPS page scheduling adapters
|
|
|
|
Must not contain:
|
|
|
|
- LVGL widget trees
|
|
- app shell startup
|
|
- build entrypoints
|
|
- board facts
|
|
- GPS parser implementation
|
|
|
|
This module was split from `modules/ui_shared` during the Phase 8 structural
|
|
migration batch. The old `ui/screens/gps/*runtime*` headers remain forwarding
|
|
headers.
|