From e016eac457fa2d40537dc4989a1a8272ca1dde7f Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Sat, 3 Jun 2017 15:23:33 +0100 Subject: [PATCH] Merge pull request #2829 from cleanflight/spracingf3neo-current-sensor-scale CF/BF - SPRACINGF3NEO - Use appropriate current sensor scale. --- src/main/target/SPRACINGF3NEO/target.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/target/SPRACINGF3NEO/target.h b/src/main/target/SPRACINGF3NEO/target.h index 773c39ab34..379f5a3924 100755 --- a/src/main/target/SPRACINGF3NEO/target.h +++ b/src/main/target/SPRACINGF3NEO/target.h @@ -145,6 +145,8 @@ #define MPU6500_CS_PIN SPI1_NSS_PIN #define MPU6500_SPI_INSTANCE SPI1 +#define CURRENT_METER_SCALE_DEFAULT 300 + #define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC #define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC