mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-08-05 10:19:58 +00:00
feat(reticulum): complete messaging, calls, and P4 support
Add official Sideband/LXST messaging and telephony flows, realtime resource ownership, call and ping UI, durable unread state, and bounded Nomad/Micron browsing. Integrate ESP32-P4/C6 gateway transport, TinyUSB CDC, ES8311 audio, shared Codec2 call media, Reticulum defaults, compatibility settings, and conformance coverage.
This commit is contained in:
@@ -598,6 +598,7 @@ int main()
|
||||
incoming.to = 0xFFFFFFFFUL;
|
||||
incoming.msg_id = 900;
|
||||
incoming.text = "broadcast hello";
|
||||
incoming.source_unverified = true;
|
||||
incoming.rx_meta.origin = ::chat::RxOrigin::LoRa;
|
||||
contacts.updateNodeInfo(0x648144D4,
|
||||
"44D4",
|
||||
@@ -622,6 +623,7 @@ int main()
|
||||
assert(!snapshot.messages[0].outgoing);
|
||||
assert(snapshot.messages[0].ingress_transport ==
|
||||
ui::chat::MessageIngressTransport::LoRa);
|
||||
assert(snapshot.messages[0].source_unverified);
|
||||
assert(snapshot.messages[0].sender_node_id == 0x648144D4);
|
||||
assert(std::strcmp(snapshot.messages[0].sender_label.c_str(), "Mother") == 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user