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:
42:9653486372a6
Parent:
35:7ecf25d9c414
Child:
46:432d63e8fe64
Child:
47:8d577dfb7eb1
--- a/LTCApp.h	Wed Aug 11 16:30:33 2021 +0000
+++ b/LTCApp.h	Thu Aug 12 15:51:43 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];