mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_BLHeli: log motor temp as zero
This commit is contained in:
parent
94d641d3d5
commit
1b79f102b6
@ -1381,7 +1381,8 @@ void AP_BLHeli::read_telemetry_packet(void)
|
||||
td.voltage,
|
||||
td.current,
|
||||
td.temperature * 100U,
|
||||
td.consumption);
|
||||
td.consumption,
|
||||
0);
|
||||
}
|
||||
if (debug_level >= 2) {
|
||||
hal.console->printf("ESC[%u] T=%u V=%u C=%u con=%u RPM=%u t=%u\n",
|
||||
|
Loading…
Reference in New Issue
Block a user