summaryrefslogtreecommitdiff
path: root/firmware/export/config-fmrecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-fmrecorder.h')
-rw-r--r--firmware/export/config-fmrecorder.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index bc859df67a..acc1c74dcf 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -88,6 +88,10 @@
88#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 88#define BATTERY_CAPACITY_INC 50 /* capacity increment */
89#define BATTERY_TYPES_COUNT 1 /* only one type */ 89#define BATTERY_TYPES_COUNT 1 /* only one type */
90 90
91#define CURRENT_NORMAL 145 /* usual current in mA */
92#define CURRENT_RECORD 35 /* additional recording current */
93#define CURRENT_USB 500 /* usual current in mA in USB mode */
94
91/* Hardware controlled charging with monitoring */ 95/* Hardware controlled charging with monitoring */
92#define CONFIG_CHARGING CHARGING_MONITOR 96#define CONFIG_CHARGING CHARGING_MONITOR
93 97