summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-recorder.h')
-rw-r--r--firmware/export/config-recorder.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index 44006b4196..37c2222985 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -77,6 +77,10 @@
77#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 77#define BATTERY_CAPACITY_INC 50 /* capacity increment */
78#define BATTERY_TYPES_COUNT 1 /* only one type */ 78#define BATTERY_TYPES_COUNT 1 /* only one type */
79 79
80#define CURRENT_NORMAL 145 /* usual current in mA */
81#define CURRENT_RECORD 35 /* additional recording current */
82#define CURRENT_USB 500 /* usual current in mA in USB mode */
83
80/* define this if the unit should not shut down on low battery. */ 84/* define this if the unit should not shut down on low battery. */
81#define NO_LOW_BATTERY_SHUTDOWN 85#define NO_LOW_BATTERY_SHUTDOWN
82 86