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:
46:432d63e8fe64
Parent:
42:9653486372a6
Child:
49:df05784d9a5c
--- a/LTCApp.h	Thu Aug 12 15:51:43 2021 +0000
+++ b/LTCApp.h	Tue Aug 17 15:55:40 2021 +0000
@@ -43,6 +43,9 @@
     bool FilterRoll;
     bool FilterPitch;
     bool FilterYaw;
+    bool AutoHyperSmooth;
 } UserSettings_t;
 
+extern UserSettings_t UserSettings;
+
 #endif