Hi Aaron,
The meaning of the format characters is in
libraries/DataFlash/DataFlash.h, like this:
/*
Format characters in the format string for binary log messages
b : int8_t
B : uint8_t
h : int16_t
H : uint16_t
i : int32_t
I : uint32_t
f : float
n : char[4]
N : char[16]
Z : char[64]
c : int16_t * 100
C : uint16_t * 100
e : int32_t * 100
E : uint32_t * 100
L : int32_t latitude/longitude
M : uint8_t flight mode
*/
The meanings of the fields is supposed to be clear from the header
fields in the FMT message, although it doesn't specify units currently.
If you'd like to create a wiki page for it and explain it in more detail
that would be great!
Cheers, Tridge