1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

Added KISS ESC sensor information for rpm and temperature to debug fields

This commit is contained in:
Bas Delfos 2017-03-28 23:11:23 +02:00
parent c39ab90bc6
commit 8dbb156ea0
3 changed files with 10 additions and 3 deletions

View file

@ -62,5 +62,7 @@ typedef enum {
DEBUG_ESC_SENSOR,
DEBUG_SCHEDULER,
DEBUG_STACK,
DEBUG_ESC_SENSOR_RPM,
DEBUG_ESC_SENSOR_TMP,
DEBUG_COUNT
} debugType_e;