From fdf64a2572235b76715a185c3e8656dfaee93e24 Mon Sep 17 00:00:00 2001 From: Ryan VanSickle Date: Tue, 12 Dec 2023 16:52:00 -0800 Subject: [PATCH] Updates for sw release 23.2 --- .gitignore | 17 ++++ Communications/OrionPublicProtocol.xml | 85 ++++++++++++++++++-- Examples/VideoPlayer/StreamDecoder.c | 2 + GenerateOrionPublicPacket.sh | 13 ++- Protogen/Linux/aarch64/fix_protogen_links.sh | 6 ++ Utils/GeolocateTelemetry.h | 2 +- 6 files changed, 118 insertions(+), 7 deletions(-) create mode 100755 .gitignore create mode 100755 Protogen/Linux/aarch64/fix_protogen_links.sh diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..b5e5103 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +#Ignore the following files that may be created during the build process +.qmake.stash +*.o +*.mk +*.so.* +*/x86/* +*.html +*.markdown +Communications/OrionPublicPacket.* +Communications/OrionPublicProtocol.h +Communications/compare/ +Communications/fielddecode.* +Communications/fieldencode.* +Communications/floatspecial.* +Communications/release/ +Communications/scaleddecode.* +Communications/scaledencode.* \ No newline at end of file diff --git a/Communications/OrionPublicProtocol.xml b/Communications/OrionPublicProtocol.xml index c5e9e50..09b2f3b 100644 --- a/Communications/OrionPublicProtocol.xml +++ b/Communications/OrionPublicProtocol.xml @@ -113,7 +113,7 @@ See TrilliumPacket.c (in the Orion SDK) for details. -