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:
71:7305a35cee58
Parent:
68:9e68287f0ab7
Child:
72:da2f1df6a50d
--- a/LTCApp.h	Thu Feb 03 11:51:25 2022 +0000
+++ b/LTCApp.h	Tue Feb 08 09:17:48 2022 +0000
@@ -60,6 +60,12 @@
     int bypassBaud;
     bool ForcePPF;
     bool HalfRate;
+    float focus_scale;
+    float focus_offset;
+    float iris_scale;
+    float iris_offset;
+    float zoom_scale;
+    float zoom_offset;
 } UserSettings_t;
 
 extern UserSettings_t UserSettings;