From 9618dc845132e0e4eaa22167dea07df225ad43d6 Mon Sep 17 00:00:00 2001 From: AlexRice13 <50689742+AlexRice13@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:42:12 +0800 Subject: [PATCH] Update esc_sensor.h to support higher esc telemetry voltage display (#13115) --- src/main/sensors/esc_sensor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/sensors/esc_sensor.h b/src/main/sensors/esc_sensor.h index fd9f52b6d71..b2986493e61 100644 --- a/src/main/sensors/esc_sensor.h +++ b/src/main/sensors/esc_sensor.h @@ -33,7 +33,7 @@ PG_DECLARE(escSensorConfig_t, escSensorConfig); typedef struct { uint8_t dataAge; int8_t temperature; // C degrees - int16_t voltage; // 0.01V + uint16_t voltage; // 0.01V int32_t current; // 0.01A int32_t consumption; // mAh int16_t rpm; // 0.01erpm