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:
parent
c39ab90bc6
commit
8dbb156ea0
3 changed files with 10 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue