mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
fixes
This commit is contained in:
parent
af20423e12
commit
6ee6579cdb
1 changed files with 2 additions and 2 deletions
|
|
@ -142,7 +142,7 @@ final class MeshToCoTConverter: ObservableObject {
|
|||
|
||||
return CoTMessage(
|
||||
uid: uid,
|
||||
type: "b-ttf-ff", // Point feature friend
|
||||
type: "b-ttf-ff", // Point feature friend - standard CoT type for waypoints/markers
|
||||
time: Date(),
|
||||
start: Date(),
|
||||
stale: stale,
|
||||
|
|
@ -192,7 +192,7 @@ final class MeshToCoTConverter: ObservableObject {
|
|||
case .takTracker:
|
||||
return "a-f-G-T-C" // TAK tracker
|
||||
case .sensor:
|
||||
return "a-s" // Sensor
|
||||
return "a-f-G-s" // Sensor with friendly affiliation
|
||||
case .client, .clientMute, .clientHidden, .lostAndFound:
|
||||
return "a-f-G-U-C" // Friendly ground unit
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue