mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Logger: add unit 'y' for litres/second
This commit is contained in:
parent
0320f18ef9
commit
42b784b581
@ -75,6 +75,7 @@ const struct UnitStructure log_Units[] = {
|
||||
{ 'w', "Ohm" }, // Ohm
|
||||
{ 'W', "Watt" }, // Watt
|
||||
{ 'X', "W.h" }, // Watt hour
|
||||
{ 'y', "l/s" }, // litres per second
|
||||
{ 'Y', "us" }, // pulse width modulation in microseconds
|
||||
{ 'z', "Hz" }, // Hertz
|
||||
{ '#', "instance" } // (e.g.)Sensor instance number
|
||||
|
Loading…
Reference in New Issue
Block a user