mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Merge pull request #656 from martinbudden/bf_kiss_vbat
Updated VBAT scale
This commit is contained in:
commit
2d9917d753
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
#define I2C_DEVICE (I2CDEV_1) // PB6/SCL, PB7/SDA
|
||||
|
||||
#define USE_ADC
|
||||
#define VBAT_SCALE_DEFAULT 164
|
||||
#define VBAT_SCALE_DEFAULT 160
|
||||
#define ADC_INSTANCE ADC1
|
||||
#define VBAT_ADC_PIN PA0
|
||||
//#define CURRENT_METER_ADC_PIN PA5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue