summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-clip.h6
-rw-r--r--firmware/export/config-fuze.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h
index 9ebd3ecb30..e038ffbcdc 100644
--- a/firmware/export/config-clip.h
+++ b/firmware/export/config-clip.h
@@ -134,9 +134,9 @@
134/* define this if the flash memory uses the SecureDigital Memory Card protocol */ 134/* define this if the flash memory uses the SecureDigital Memory Card protocol */
135#define CONFIG_STORAGE STORAGE_SD 135#define CONFIG_STORAGE STORAGE_SD
136 136
137#define BATTERY_CAPACITY_DEFAULT 380 /* default battery capacity */ 137#define BATTERY_CAPACITY_DEFAULT 350 /* default battery capacity */
138#define BATTERY_CAPACITY_MIN 380 /* min. capacity selectable */ 138#define BATTERY_CAPACITY_MIN 350 /* min. capacity selectable */
139#define BATTERY_CAPACITY_MAX 380 /* max. capacity selectable */ 139#define BATTERY_CAPACITY_MAX 350 /* max. capacity selectable */
140#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 140#define BATTERY_CAPACITY_INC 0 /* capacity increment */
141#define BATTERY_TYPES_COUNT 1 /* only one type */ 141#define BATTERY_TYPES_COUNT 1 /* only one type */
142 142
diff --git a/firmware/export/config-fuze.h b/firmware/export/config-fuze.h
index 51b2180217..4cef71ed58 100644
--- a/firmware/export/config-fuze.h
+++ b/firmware/export/config-fuze.h
@@ -136,9 +136,9 @@
136/* define this if the flash memory uses the SecureDigital Memory Card protocol */ 136/* define this if the flash memory uses the SecureDigital Memory Card protocol */
137#define CONFIG_STORAGE STORAGE_SD 137#define CONFIG_STORAGE STORAGE_SD
138 138
139#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */ 139#define BATTERY_CAPACITY_DEFAULT 550 /* default battery capacity */
140#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */ 140#define BATTERY_CAPACITY_MIN 550 /* min. capacity selectable */
141#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */ 141#define BATTERY_CAPACITY_MAX 550 /* max. capacity selectable */
142#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 142#define BATTERY_CAPACITY_INC 0 /* capacity increment */
143#define BATTERY_TYPES_COUNT 1 /* only one type */ 143#define BATTERY_TYPES_COUNT 1 /* only one type */
144 144