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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 8c2bc6863f..5ca9459750 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -83,6 +83,10 @@
83#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 83#define BATTERY_CAPACITY_INC 50 /* capacity increment */
84#define BATTERY_TYPES_COUNT 1 /* only one type */ 84#define BATTERY_TYPES_COUNT 1 /* only one type */
85 85
86#define CURRENT_NORMAL 145 /* usual current in mA */
87#define CURRENT_RECORD 35 /* additional recording current */
88#define CURRENT_USB 500 /* usual current in mA in USB mode */
89
86/* Hardware controlled charging with monitoring */ 90/* Hardware controlled charging with monitoring */
87#define CONFIG_CHARGING CHARGING_MONITOR 91#define CONFIG_CHARGING CHARGING_MONITOR
88 92