1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +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

@ -81,7 +81,6 @@ typedef enum {
DEBUG_RANGEFINDER,
DEBUG_RANGEFINDER_QUALITY,
DEBUG_LIDAR_TF,
DEBUG_CORE_TEMP,
DEBUG_RUNAWAY_TAKEOFF,
DEBUG_SDIO,
DEBUG_CURRENT,
@ -94,6 +93,7 @@ typedef enum {
DEBUG_RX_SIGNAL_LOSS,
DEBUG_RC_SMOOTHING_RATE,
DEBUG_ANTI_GRAVITY,
DEBUG_ADC_INTERNAL,
DEBUG_COUNT
} debugType_e;