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:
50:d6c56eccf56a
Parent:
47:8d577dfb7eb1
Child:
51:d4a5151af5af
--- a/LTCApp.h	Tue Aug 17 15:00:36 2021 +0000
+++ b/LTCApp.h	Tue Aug 17 15:59:20 2021 +0000
@@ -44,6 +44,11 @@
     bool FilterPitch;
     bool FilterYaw;
     bool FlexibleVIPSOut;
+    float SerialTxDelayMS;
+    float UDPTxDelayMS;
+    float SerialTxDelayFrame;
+    float UDPTxDelayFrame;
+
 } UserSettings_t;
 
 #endif