Skip to content

Commit

Permalink
Move default battery meter source to board config
Browse files Browse the repository at this point in the history
  • Loading branch information
ezshinoda committed Sep 16, 2018
1 parent 9cec06d commit 8ee7870
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/main/target/STM32F7X2/config/NERO.config
Expand Up @@ -91,3 +91,4 @@ resource SDCARD_DETECT 1 D02
FEATURE RX_SERIAL
set serialrx_provider = SBUS
serial 5 64 115200 57600 0 115200
set battery_meter = ADC
2 changes: 0 additions & 2 deletions src/main/target/STM32F7X2/target.h
Expand Up @@ -30,8 +30,6 @@

#define USE_BEEPER

#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC

// MPU interrupt
#define USE_EXTI
#define USE_MPU_DATA_READY_SIGNAL
Expand Down

0 comments on commit 8ee7870

Please sign in to comment.