mirror of https://github.com/ArduPilot/ardupilot
DataFlash: add percent to UnitStructure
This commit is contained in:
parent
6a862c6e24
commit
90d32abd47
|
@ -92,6 +92,7 @@ const struct UnitStructure log_Units[] = {
|
|||
// { 'N', "N" }, // Newton
|
||||
{ 'o', "m/s/s" }, // metres per second per second
|
||||
{ 'O', "degC" }, // degrees Celsius. Not SI, but Kelvin is too cumbersome for most users
|
||||
{ '%', "%" }, // percent
|
||||
{ 'S', "satellites" }, // number of satellites
|
||||
{ 's', "s" }, // seconds
|
||||
{ 'q', "rpm" }, // rounds per minute. Not SI, but sometimes more intuitive than Hertz
|
||||
|
|
Loading…
Reference in New Issue