# To use: Rename this file to 'config.txt'

# Message index 0 will display it's value in hex
00,sampleHexValue,h,1 

# Message index 1 will display it's value as an enum and it is sticky
01,sampleStickyEnumerationState,e,START.RUNNING.STOPPED.ONFIRE,s
 
# Message index 2 will display it's value as an unsigned number, scaled by 2
02,sampleUnsignedScale2Value,u,2

#Message index 3 will have the description “firstTwoLettersInFileName” and display its value as a pair of 8-bit ASCII characters
03,firstTwoLettersInFileName,c

