summaryrefslogtreecommitdiff
path: root/firmware/export/config-ifp7xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ifp7xx.h')
-rw-r--r--firmware/export/config-ifp7xx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-ifp7xx.h b/firmware/export/config-ifp7xx.h
index 65915df30e..20421ea5be 100644
--- a/firmware/export/config-ifp7xx.h
+++ b/firmware/export/config-ifp7xx.h
@@ -60,14 +60,14 @@
60/* define this if you have a flash memory storage */ 60/* define this if you have a flash memory storage */
61#define HAVE_FLASH_STORAGE 61#define HAVE_FLASH_STORAGE
62 62
63/* Type of mobile power */
64#define CONFIG_BATTERY BATT_1AA
65#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */ 63#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */
66#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */ 64#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
67#define BATTERY_CAPACITY_MAX 2800 /* max. capacity selectable */ 65#define BATTERY_CAPACITY_MAX 2800 /* max. capacity selectable */
68#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 66#define BATTERY_CAPACITY_INC 50 /* capacity increment */
69#define BATTERY_TYPES_COUNT 2 /* Alkalines or NiMH */ 67#define BATTERY_TYPES_COUNT 2 /* Alkalines or NiMH */
70#define BATTERY_SCALE_FACTOR 3000 /* TODO: only roughly correct */ 68
69/* define this if the unit should not shut down on low battery. */
70#define NO_LOW_BATTERY_SHUTDOWN
71 71
72#ifndef SIMULATOR 72#ifndef SIMULATOR
73 73