summaryrefslogtreecommitdiffstats
path: root/firmware/export/config-clip.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-clip.h')
-rw-r--r--firmware/export/config-clip.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h
index 95ed715276..1068440e63 100644
--- a/firmware/export/config-clip.h
+++ b/firmware/export/config-clip.h
@@ -134,14 +134,14 @@
/* define this if the flash memory uses the SecureDigital Memory Card protocol */
#define CONFIG_STORAGE STORAGE_SD
-#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */
-#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */
-#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */
+#define BATTERY_CAPACITY_DEFAULT 380 /* default battery capacity */
+#define BATTERY_CAPACITY_MIN 380 /* min. capacity selectable */
+#define BATTERY_CAPACITY_MAX 380 /* max. capacity selectable */
#define BATTERY_CAPACITY_INC 0 /* capacity increment */
#define BATTERY_TYPES_COUNT 1 /* only one type */
-/* Hardware controlled charging? FIXME */
-#define CONFIG_CHARGING CHARGING_SIMPLE
+/* Charging implemented in a target-specific algorithm */
+#define CONFIG_CHARGING CHARGING_TARGET
/* define this if the unit can be powered or charged via USB */
#define HAVE_USB_POWER