Skip to content

Commit ff56ae3

Browse files
authored
Fix HUMMINGBIRD_FC305 current meter scale calibration (#931)
* Fix current meter scale calibration * Update the current meter scale value to 250
1 parent 35ea173 commit ff56ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/HUMMINGBIRD_FC305/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
106106
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
107107
#define DEFAULT_VOLTAGE_METER_SCALE 110
108-
#define DEFAULT_CURRENT_METER_SCALE 800
108+
#define DEFAULT_CURRENT_METER_SCALE 250
109109
#define BEEPER_INVERTED
110110
#define SYSTEM_HSE_MHZ 8
111111

0 commit comments

Comments
 (0)