summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-h10.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index c00e365190..93ec226c50 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -95,8 +95,8 @@
95 95
96#define BATTERY_CAPACITY_DEFAULT 1550 /* default battery capacity */ 96#define BATTERY_CAPACITY_DEFAULT 1550 /* default battery capacity */
97#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */ 97#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */
98#define BATTERY_CAPACITY_MAX 1600 /* max. capacity selectable */ 98#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */
99#define BATTERY_CAPACITY_INC 10 /* capacity increment */ 99#define BATTERY_CAPACITY_INC 50 /* capacity increment */
100#define BATTERY_TYPES_COUNT 1 /* only one type */ 100#define BATTERY_TYPES_COUNT 1 /* only one type */
101 101
102/* Hardware controlled charging */ 102/* Hardware controlled charging */