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:
35:7ecf25d9c414
Parent:
29:b0eaeefa4e63
Child:
42:9653486372a6
Child:
44:fe7fcf62c75d
--- a/LTCApp.h	Wed Aug 04 16:43:45 2021 +0000
+++ b/LTCApp.h	Thu Aug 05 13:44:45 2021 +0000
@@ -27,4 +27,21 @@
 
 extern void vipsBypassRx(char byte);
 
+typedef struct UserSettings_s {
+    int FIZmode;
+    int SerialOutMode;
+    int UDPPort;
+    char IPAddress[32];
+    char Gateway[32];
+    char Subnet[32];
+    int FilterOrder;
+    float FilterFreq;
+    float FilterRate;
+    bool FilterXY;
+    bool FilterZ;
+    bool FilterRoll;
+    bool FilterPitch;
+    bool FilterYaw;
+} UserSettings_t;
+
 #endif