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:
53:b790ed7b838f
Parent:
49:df05784d9a5c
Parent:
52:adbbaadca0a9
Child:
56:0d9684c7df36
--- a/LTCApp.h	Wed Aug 25 17:02:47 2021 +0000
+++ b/LTCApp.h	Wed Aug 25 17:20:10 2021 +0000
@@ -45,6 +45,14 @@
     bool FilterYaw;
     bool AutoHyperSmooth;
     bool FlexibleVIPSOut;
+    float SerialTxDelayMS;
+    float UDPTxDelayMS;
+    float SerialTxDelayFrame;
+    float UDPTxDelayFrame;
+    bool InvertRoll;
+    bool InvertPitch;
+    bool InvertYaw;
+    int bypassBaud;
 } UserSettings_t;
 
 extern UserSettings_t UserSettings;