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:
52:adbbaadca0a9
Parent:
51:d4a5151af5af
Child:
53:b790ed7b838f
Child:
55:ee36cab19a58
--- a/LTCApp.h	Tue Aug 17 16:38:39 2021 +0000
+++ b/LTCApp.h	Wed Aug 18 10:56:10 2021 +0000
@@ -51,6 +51,7 @@
     bool InvertRoll;
     bool InvertPitch;
     bool InvertYaw;
+    int bypassBaud;
 } UserSettings_t;
 
 #endif