mirror of https://github.com/ArduPilot/ardupilot
AP_Logger: RXLQ in RSSI is in percent
This commit is contained in:
parent
17c7a7de5d
commit
381aba9c62
|
@ -1237,7 +1237,7 @@ LOG_STRUCTURE_FROM_GPS \
|
|||
{ LOG_RCOUT3_MSG, sizeof(log_RCOUT), \
|
||||
"RCO3", "QHHHHHHHHHHHHHH", "TimeUS,C19,C20,C21,C22,C23,C24,C25,C26,C27,C28,C29,C30,C31,C32", "sYYYYYYYYYYYYYY", "F--------------", true }, \
|
||||
{ LOG_RSSI_MSG, sizeof(log_RSSI), \
|
||||
"RSSI", "Qff", "TimeUS,RXRSSI,RXLQ", "s--", "F--", true }, \
|
||||
"RSSI", "Qff", "TimeUS,RXRSSI,RXLQ", "s-%", "F--", true }, \
|
||||
LOG_STRUCTURE_FROM_BARO \
|
||||
LOG_STRUCTURE_FROM_PRECLAND \
|
||||
{ LOG_POWR_MSG, sizeof(log_POWR), \
|
||||
|
|
Loading…
Reference in New Issue