summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondiofm.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ondiofm.h')
-rw-r--r--firmware/export/config-ondiofm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index f7d9a8f33f..f7cff94f5e 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -22,6 +22,9 @@
22/* Define this to the CPU frequency */ 22/* Define this to the CPU frequency */
23#define CPU_FREQ 12000000 23#define CPU_FREQ 12000000
24 24
25/* Type of mobile power */
26#define CONFIG_BATTERY BATT_3AAA_ALKALINE
27
25/* Battery scale factor (measured from Jörg's FM) */ 28/* Battery scale factor (measured from Jörg's FM) */
26#define BATTERY_SCALE_FACTOR 4785 /* 4.890V read as 0x3FE */ 29#define BATTERY_SCALE_FACTOR 4785 /* 4.890V read as 0x3FE */
27 30