1
0
Fork 0
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:
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

@ -61,4 +61,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"LIDAR_TF",
"CORE_TEMP",
"RUNAWAY_TAKEOFF",
"CURRENT_SENSOR",
};