Merge branch 'master' into pr-remoteid-static-period-as-last-msg-threshold
This commit is contained in:
commit
802935c2f0
@ -1620,7 +1620,7 @@ void AP_Periph_FW::hwesc_telem_update()
|
||||
pkt.esc_index = g.esc_number;
|
||||
pkt.voltage = t.voltage;
|
||||
pkt.current = t.current;
|
||||
pkt.temperature = MAX(t.mos_temperature, t.cap_temperature);
|
||||
pkt.temperature = C_TO_KELVIN(MAX(t.mos_temperature, t.cap_temperature));
|
||||
pkt.rpm = t.rpm;
|
||||
pkt.power_rating_pct = t.phase_current;
|
||||
pkt.error_count = t.error_count;
|
||||
|
Loading…
Reference in New Issue
Block a user