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:
51:d4a5151af5af
Parent:
50:d6c56eccf56a
Child:
52:adbbaadca0a9
--- a/LTCApp.h	Tue Aug 17 15:59:20 2021 +0000
+++ b/LTCApp.h	Tue Aug 17 16:38:39 2021 +0000
@@ -48,7 +48,9 @@
     float UDPTxDelayMS;
     float SerialTxDelayFrame;
     float UDPTxDelayFrame;
-
+    bool InvertRoll;
+    bool InvertPitch;
+    bool InvertYaw;
 } UserSettings_t;
 
 #endif