Files
trail-mate/modules
liu weikai 8df3a0f2c2 feat(geocaching): integrate indexed sessions and public web directory
Development checkpoint: indexed recovery, publication, GPX installation and checkpoint maintenance; public Pages client and directory/bridge services; editable TCP defaults and shared storage retry fixes. Host regression, ASAN and L2 compilation passed. Physical device acceptance and permanent service hosting remain incomplete.
2026-09-24 20:38:48 +08:00
..
2026-05-19 16:04:42 +08:00
2026-05-19 16:04:42 +08:00
2026-05-19 16:04:42 +08:00
2026-05-19 16:04:42 +08:00
2026-05-19 16:04:42 +08:00
2026-05-19 16:04:42 +08:00

Shared Modules

This directory will contain platform-independent business and reusable logic.

Examples of intended module types:

  • chat domain and use cases
  • GPS logic and filtering
  • team/domain/protocol logic
  • hostlink protocol logic
  • shared system abstractions
  • non-visual UI state/presenter logic

Code placed here should not directly depend on Arduino, ESP-IDF, FreeRTOS, LVGL, board headers, or hardware drivers.