mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Fixed DEBUG defines for ESC feedback.
This commit is contained in:
parent
0cf4feaf1d
commit
f01b899bfb
1 changed files with 3 additions and 3 deletions
|
@ -71,9 +71,9 @@ set debug_mode = DEBUG_ESC_TELEMETRY in cli
|
|||
|
||||
#ifdef USE_DSHOT
|
||||
enum {
|
||||
DEBUG_ESC_MOTOR_INDEX = 1,
|
||||
DEBUG_ESC_NUM_TIMEOUTS = 2,
|
||||
DEBUG_ESC_TEMPERATURE = 3,
|
||||
DEBUG_ESC_MOTOR_INDEX = 0,
|
||||
DEBUG_ESC_NUM_TIMEOUTS = 1,
|
||||
DEBUG_ESC_TEMPERATURE = 2,
|
||||
DEBUG_ESC_RPM = 3
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue