AP_ESC_Telem: fix fake value of SITL ESC

This commit is contained in:
Tatsuya Yamaguchi 2023-09-08 11:04:49 +09:00 committed by Peter Barker
parent aea186655f
commit 30bb82a884
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ void AP_ESC_Telem_SITL::update()
// some fake values so that is_telemetry_active() returns true
TelemetryData t {
.temperature_cdeg = 32,
.temperature_cdeg = 3200,
.voltage = 16.8f,
.current = 0.8f,
.consumption_mah = 1.0f,