1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00

Fixed DEBUG defines for ESC feedback.

This commit is contained in:
mikeller 2017-01-03 22:12:06 +13:00
parent 0cf4feaf1d
commit f01b899bfb

View file

@ -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
};