Added initial Laser Ranger Finder simulator on port 17211 (as default) emulate digital pointer for in game laser designators

This commit is contained in:
2026-05-14 18:53:34 -03:00
parent 720f9da2df
commit d4dfd80cdf
11 changed files with 310 additions and 15 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ impl DigitalPointerPayload {
link_uid: Some(self.link_uid.clone()),
remarker: None,
video_url: None,
stale_seconds: None,
stale_seconds: Some(7),
}
}
}