diff options
| -rw-r--r-- | firmware/export/config-h10.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h index c00e365..93ec226 100644 --- a/firmware/export/config-h10.h +++ b/firmware/export/config-h10.h @@ -95,8 +95,8 @@ #define BATTERY_CAPACITY_DEFAULT 1550 /* default battery capacity */ #define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */ -#define BATTERY_CAPACITY_MAX 1600 /* max. capacity selectable */ -#define BATTERY_CAPACITY_INC 10 /* capacity increment */ +#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */ +#define BATTERY_CAPACITY_INC 50 /* capacity increment */ #define BATTERY_TYPES_COUNT 1 /* only one type */ /* Hardware controlled charging */ |