summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r--firmware/export/config-h300.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 91c175fc7d..483582080e 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -88,14 +88,11 @@
88 88
89#define HAVE_AGC 89#define HAVE_AGC
90 90
91/* Type of mobile power */
92#define CONFIG_BATTERY BATT_LIPOL1300
93#define BATTERY_CAPACITY_DEFAULT 1300 /* default battery capacity */ 91#define BATTERY_CAPACITY_DEFAULT 1300 /* default battery capacity */
94#define BATTERY_CAPACITY_MIN 1300 /* min. capacity selectable */ 92#define BATTERY_CAPACITY_MIN 1300 /* min. capacity selectable */
95#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */ 93#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */
96#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 94#define BATTERY_CAPACITY_INC 50 /* capacity increment */
97#define BATTERY_TYPES_COUNT 1 /* only one type */ 95#define BATTERY_TYPES_COUNT 1 /* only one type */
98#define BATTERY_SCALE_FACTOR 23437 /* FIX: this value is picked at random */
99 96
100/* Hardware controlled charging with monitoring */ 97/* Hardware controlled charging with monitoring */
101#define CONFIG_CHARGING CHARGING_MONITOR 98#define CONFIG_CHARGING CHARGING_MONITOR