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:
56:0d9684c7df36
Parent:
55:ee36cab19a58
Parent:
53:b790ed7b838f
Child:
60:899862db7f2a
--- a/LTCApp.h	Tue Aug 31 11:52:18 2021 +0000
+++ b/LTCApp.h	Tue Aug 31 12:15:37 2021 +0000
@@ -43,6 +43,7 @@
     bool FilterRoll;
     bool FilterPitch;
     bool FilterYaw;
+    bool AutoHyperSmooth;
     bool FlexibleVIPSOut;
     float SerialTxDelayMS;
     float UDPTxDelayMS;
@@ -57,4 +58,6 @@
     int bypassBaud;
 } UserSettings_t;
 
+extern UserSettings_t UserSettings;
+
 #endif