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:
47:8d577dfb7eb1
Parent:
44:fe7fcf62c75d
Parent:
42:9653486372a6
Child:
49:df05784d9a5c
Child:
50:d6c56eccf56a
--- a/LTCApp.h	Thu Aug 12 11:31:31 2021 +0000
+++ b/LTCApp.h	Tue Aug 17 14:52:50 2021 +0000
@@ -30,7 +30,8 @@
 typedef struct UserSettings_s {
     int FIZmode;
     int SerialOutMode;
-    int UDPPort;
+    int FreeDPort;
+    int VipsUDPPort;
     char IPAddress[32];
     char Gateway[32];
     char Subnet[32];