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:
parent
88dcaa95ef
commit
742cb5f93b
3 changed files with 9 additions and 0 deletions
|
@ -79,6 +79,7 @@ typedef enum {
|
|||
DEBUG_LIDAR_TF,
|
||||
DEBUG_CORE_TEMP,
|
||||
DEBUG_RUNAWAY_TAKEOFF,
|
||||
DEBUG_CURRENT,
|
||||
DEBUG_COUNT
|
||||
} debugType_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue