mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +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
|
@ -61,4 +61,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
|
|||
"LIDAR_TF",
|
||||
"CORE_TEMP",
|
||||
"RUNAWAY_TAKEOFF",
|
||||
"CURRENT_SENSOR",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue