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:
50:d6c56eccf56a
Parent:
47:8d577dfb7eb1
Child:
51:d4a5151af5af
--- a/settings.txt	Tue Aug 17 15:00:36 2021 +0000
+++ b/settings.txt	Tue Aug 17 15:59:20 2021 +0000
@@ -63,6 +63,22 @@
 # Currently supported fields are:
 #   Used Beacon List (mask value 0x1000)
 //ExtendedOutput=1
+
+# By default the FIZ output is sent as soon as possible after the sync pulse.
+# An optional delay can be added to this to either as time or as a proportion of a frame 
+# If both ms and frame delays are set then the frame one will be used.
+# NOTE: UDP output has an aditional jitter/delay of up to 2ms due to the thread sleep times.
+# BIG FLASHING NOTE IN BOLD: No additional buffering is provided so if delay is sufficently large
+#                            that the transmit doesn't complete until after the next frame starts 
+#                            then the message will get corrupted.
+#   Delay the serial by a fixed number of ms
+//DelaySerial=5.2
+#   Delay the serial by a fraction of a frame
+//DelaySerialFrame=0.3
+#   Delay the serial by a fixed number of ms
+//DelayUDP=5.2
+#   Delay the serial by a fraction of a frame
+//DelayUDPFrame=0.3
  
 [NOTES]
 - All settings are case sensitive.