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:
parent
b58e8f827f
commit
635f8fc18a
3 changed files with 5 additions and 3 deletions
|
@ -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",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue