summaryrefslogtreecommitdiff
path: root/firmware/export/config-player.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-player.h')
-rw-r--r--firmware/export/config-player.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index 9d4696797b..5f6cf17fbe 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -49,6 +49,9 @@
49#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 49#define BATTERY_CAPACITY_INC 50 /* capacity increment */
50#define BATTERY_TYPES_COUNT 1 /* only one type */ 50#define BATTERY_TYPES_COUNT 1 /* only one type */
51 51
52#define CURRENT_NORMAL 145 /* usual current in mA */
53#define CURRENT_USB 500 /* usual current in mA in USB mode */
54
52/* define this if the unit should not shut down on low battery. */ 55/* define this if the unit should not shut down on low battery. */
53#define NO_LOW_BATTERY_SHUTDOWN 56#define NO_LOW_BATTERY_SHUTDOWN
54 57