summaryrefslogtreecommitdiff
path: root/firmware/export/config-h120.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r--firmware/export/config-h120.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 34c10b7682..a577a369c7 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -73,7 +73,10 @@
73#define CONFIG_I2C I2C_COLDFIRE 73#define CONFIG_I2C I2C_COLDFIRE
74 74
75#define CONFIG_BATTERY BATT_LIPOL1300 75#define CONFIG_BATTERY BATT_LIPOL1300
76 76#define BATTERY_CAPACITY_MIN 1300 /* min. capacity selectable */
77#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */
78#define BATTERY_CAPACITY_INC 50 /* capacity increment */
79#define BATTERY_TYPES_COUNT 1 /* only one type */
77#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */ 80#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */
78 81
79/* Define if we have a hardware defect that causes ticking on the audio line */ 82/* Define if we have a hardware defect that causes ticking on the audio line */