mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-07-03 10:31:39 +00:00
13852e693b
Preserve protocol-specific send/discovery failures through the router and ChatService, restore MeshCore group fallback key handling, classify signed adverts/discovery responses on ESP/nRF52, and enable target logs plus smoke coverage so the next failure has actionable detail.
modules/core_chat
Shared chat/domain/protocol core for all targets.
Layout
modules/core_chat/
include/chat/
src/
domain/
usecase/
infra/
third_party/
nanopb/
generated/
meshtastic/
Notes
include/chat/...is the stable public include surfacesrc/domain,src/usecase, andsrc/infrahold the shared implementationgenerated/meshtasticholds generated Meshtastic protobuf sourcesthird_party/nanopbholds vendored nanopb runtime sources- platform-bound chat shells live in
platform/esp/arduino_common/src/chat/...