1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00

Add debug mode for adc internal sensor calibration

This commit is contained in:
jflyper 2018-11-11 03:33:41 +09:00
parent b58e8f827f
commit 635f8fc18a
3 changed files with 5 additions and 3 deletions

View file

@ -63,7 +63,6 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"RANGEFINDER",
"RANGEFINDER_QUALITY",
"LIDAR_TF",
"CORE_TEMP",
"RUNAWAY_TAKEOFF",
"SDIO",
"CURRENT_SENSOR",
@ -76,4 +75,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"RX_SIGNAL_LOSS",
"RC_SMOOTHING_RATE",
"ANTI_GRAVITY",
"ADC_INTERNAL",
};