I messed up the merge, so pushing it over to another repo so I don't lose it. Will tidy up and remove later

Dependencies:   BufferedSerial FatFileSystemCpp mbed

Revision:
55:ee36cab19a58
Parent:
52:adbbaadca0a9
Child:
56:0d9684c7df36
--- a/LTCApp.h	Wed Aug 18 10:56:10 2021 +0000
+++ b/LTCApp.h	Tue Aug 31 11:52:18 2021 +0000
@@ -51,6 +51,9 @@
     bool InvertRoll;
     bool InvertPitch;
     bool InvertYaw;
+    int OffsetRoll;
+    int OffsetPitch;
+    int OffsetYaw;
     int bypassBaud;
 } UserSettings_t;