summaryrefslogtreecommitdiff
path: root/firmware/export/config-gmini120.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-gmini120.h')
-rw-r--r--firmware/export/config-gmini120.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-gmini120.h b/firmware/export/config-gmini120.h
index 8ffe51c433..e402d9e3c1 100644
--- a/firmware/export/config-gmini120.h
+++ b/firmware/export/config-gmini120.h
@@ -45,6 +45,10 @@
45 45
46/* Type of mobile power, FIXME: probably different, make new type */ 46/* Type of mobile power, FIXME: probably different, make new type */
47#define CONFIG_BATTERY BATT_LIION2200 47#define CONFIG_BATTERY BATT_LIION2200
48#define BATTERY_CAPACITY_MIN 2200 /* min. capacity selectable */
49#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */
50#define BATTERY_CAPACITY_INC 50 /* capacity increment */
51#define BATTERY_TYPES_COUNT 1 /* only one type */
48#define BATTERY_SCALE_FACTOR 6465 52#define BATTERY_SCALE_FACTOR 6465
49/* chosen values at random -- jyp */ 53/* chosen values at random -- jyp */
50 54