summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondiosp.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ondiosp.h')
-rw-r--r--firmware/export/config-ondiosp.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index a856450972..567bc0a161 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -31,9 +31,11 @@
31 31
32/* Type of mobile power */ 32/* Type of mobile power */
33#define CONFIG_BATTERY BATT_3AAA 33#define CONFIG_BATTERY BATT_3AAA
34 34#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
35/* Battery scale factor (average from 3 Ondios) */ 35#define BATTERY_CAPACITY_MAX 1500 /* max. capacity selectable */
36#define BATTERY_SCALE_FACTOR 4735 36#define BATTERY_CAPACITY_INC 50 /* capacity increment */
37#define BATTERY_TYPES_COUNT 2 /* Alkalines or NiMH */
38#define BATTERY_SCALE_FACTOR 4735 /* average from 3 Ondios */
37 39
38/* Define this if you control power on PB5 (instead of the OFF button) */ 40/* Define this if you control power on PB5 (instead of the OFF button) */
39#define HAVE_POWEROFF_ON_PB5 41#define HAVE_POWEROFF_ON_PB5