summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorderv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-recorderv2.h')
-rw-r--r--firmware/export/config-recorderv2.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index b3136f13cc..eed46f2823 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -60,7 +60,10 @@
60 60
61/* Type of mobile power */ 61/* Type of mobile power */
62#define CONFIG_BATTERY BATT_LIION2200 62#define CONFIG_BATTERY BATT_LIION2200
63 63#define BATTERY_CAPACITY_MIN 2200 /* min. capacity selectable */
64#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */
65#define BATTERY_CAPACITY_INC 50 /* capacity increment */
66#define BATTERY_TYPES_COUNT 1 /* only one type */
64/* Battery scale factor (guessed, seems to be 1,25 * value from recorder) */ 67/* Battery scale factor (guessed, seems to be 1,25 * value from recorder) */
65#define BATTERY_SCALE_FACTOR 8081 68#define BATTERY_SCALE_FACTOR 8081
66 69