septool owner/remark patch

main
Jeff Moe 2022-06-14 17:51:41 -06:00
parent 501e5f2ad0
commit 9bf50ff6a0
1 changed files with 20 additions and 0 deletions

View File

@ -303,6 +303,26 @@ sudo dpkg -i galmon_0.20220307-1_arm64.deb
sudo apt -f install
```
To patch in the `owner` and `remark`, or it will say the owner
is "Septentrio" and there will be no remark.
```
--- galmon-0.20220307.orig/septool.cc 2022-04-14 23:06:38.000000000 +0000
+++ galmon-0.20220307/septool.cc 2022-06-14 23:31:26.962133157 +0000
@@ -376,8 +376,8 @@
nmm.mutable_od()->set_clockaccuracyns(0);
nmm.mutable_od()->set_freqaccuracyps(0);
- nmm.mutable_od()->set_owner("Septentrio");
- nmm.mutable_od()->set_remark("");
+ nmm.mutable_od()->set_owner("Jeff Moe SpaceCruft");
+ nmm.mutable_od()->set_remark("Colorado, USA | Traverse Ten64 | simpleRTK3B USB");
nmm.mutable_od()->set_recvgithash(g_gitHash);
nmm.mutable_od()->set_uptime(time(0) - starttime);
ns.emitNMM( nmm);
```
# Status
Three ground stations running.