summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index d53adcec14..4461cc2d44 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -89,11 +89,9 @@
89#define BATTERY_TYPES_COUNT 1 /* only one type */ 89#define BATTERY_TYPES_COUNT 1 /* only one type */
90#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */ 90#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */
91 91
92/* Define this if the platform can charge batteries */ 92/* Hardware controlled charging */
93#define HAVE_CHARGING 1 93//#define CONFIG_CHARGING CHARGING_SIMPLE
94 94#define CONFIG_CHARGING CHARGING_MONITOR /* FIXME: remove that once monitoring is fixed properly */
95/* For units with a hardware charger that reports charge state */
96#define HAVE_CHARGE_STATE 1
97 95
98/* define this if the hardware can be powered off while charging */ 96/* define this if the hardware can be powered off while charging */
99#define HAVE_POWEROFF_WHILE_CHARGING 97#define HAVE_POWEROFF_WHILE_CHARGING