diff options
Diffstat (limited to 'firmware/export/config-ondiofm.h')
-rw-r--r-- | firmware/export/config-ondiofm.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h index 9ec7e46753..acaba63264 100644 --- a/firmware/export/config-ondiofm.h +++ b/firmware/export/config-ondiofm.h | |||
@@ -41,9 +41,11 @@ | |||
41 | 41 | ||
42 | /* Type of mobile power */ | 42 | /* Type of mobile power */ |
43 | #define CONFIG_BATTERY BATT_3AAA | 43 | #define CONFIG_BATTERY BATT_3AAA |
44 | 44 | #define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */ | |
45 | /* Battery scale factor (average from 3 Ondios) */ | 45 | #define BATTERY_CAPACITY_MAX 1500 /* max. capacity selectable */ |
46 | #define BATTERY_SCALE_FACTOR 4735 | 46 | #define BATTERY_CAPACITY_INC 50 /* capacity increment */ |
47 | #define BATTERY_TYPES_COUNT 2 /* Alkalines or NiMH */ | ||
48 | #define BATTERY_SCALE_FACTOR 4735 /* average from 3 Ondios */ | ||
47 | 49 | ||
48 | /* Define this if you control power on PB5 (instead of the OFF button) */ | 50 | /* Define this if you control power on PB5 (instead of the OFF button) */ |
49 | #define HAVE_POWEROFF_ON_PB5 | 51 | #define HAVE_POWEROFF_ON_PB5 |