Skip to content

Commit

Permalink
Update esc_sensor.h to support higher esc telemetry voltage display (b…
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRice13 authored Nov 14, 2023
1 parent 4891a55 commit 9618dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/sensors/esc_sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9618dc8

Please sign in to comment.