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

Add current sensor debug option. (#5260)

Allows for easy calculation of required scale and offset.

0 - miliVolts
1 - centiAmps
2 - amperageLatest
3 - mahDrawn
This commit is contained in:
conkerkh 2018-03-03 23:42:41 +01:00 committed by Michael Keller
parent 88dcaa95ef
commit 742cb5f93b
3 changed files with 9 additions and 0 deletions

View file

@ -79,6 +79,7 @@ typedef enum {
DEBUG_LIDAR_TF,
DEBUG_CORE_TEMP,
DEBUG_RUNAWAY_TAKEOFF,
DEBUG_CURRENT,
DEBUG_COUNT
} debugType_e;