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:
44:fe7fcf62c75d
Parent:
35:7ecf25d9c414
Child:
47:8d577dfb7eb1
--- a/LTCApp.h	Tue Aug 10 14:55:37 2021 +0000
+++ b/LTCApp.h	Thu Aug 12 11:30:14 2021 +0000
@@ -42,6 +42,7 @@
     bool FilterRoll;
     bool FilterPitch;
     bool FilterYaw;
+    bool FlexibleVIPSOut;
 } UserSettings_t;
 
 #endif