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

settings.txt

Committer:
JamieB
Date:
2021-07-07
Revision:
25:7002be632308
Child:
39:3cd9e498b5c6

File content as of revision 25:7002be632308:

[Serial Output Format]
# Sets the serial output format.
# 0 = VIPS (Default)
# 1 = FreeD
--------------------------------
Output_Format=0
--------------------------------

[Fiz Format]
# Sets the FIZ reader to use
# 0 - Preston (default)
# 1 - Fuji passive listen mode (skycam)
# 2 - Fuji active mode
--------------------------------
FIZ_Format=2
--------------------------------

[Ethernet Port]
# Sets the UDP port for FreeD network output.
# Data is sent as a UDP broadcast on the select port number.
# A port number of 0 disables UDP output.
--------------------------------
FreeD_Port=12345
--------------------------------

[Network Settings]
# Set the Static IPv4 address to use for the ethernet interface.
# NOTE: All 3 values must be set for a static address to be used otherwise DHCP will be used.
# Comment out the line using any additional characters at the beginning to ignore
--------------------------------
//IP_addr=aaa.bbb.ccc.ddd
//Subnet=aaa.bbb.ccc.ddd
//Gateway=aaa.bbb.ccc.ddd
--------------------------------


[NOTES]
- All settings are case sensitive.
- Do NOT include spaces in the options lines.
- All options default to a value of 0 if omitted from the file.