summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorderv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-recorderv2.h')
-rw-r--r--firmware/export/config-recorderv2.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 56967cfa10..b676a180ed 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -25,9 +25,6 @@
/* Define this if you have a FM Recorder key system */
#define HAVE_FMADC 1
-/* Define this if you have a LiIon battery */
-#define HAVE_LIION
-
/* Define this if you need to power on ATA */
#define NEEDS_ATA_POWER_ON
@@ -37,6 +34,9 @@
/* Define this to the CPU frequency */
#define CPU_FREQ 11059200
+/* Type of mobile power */
+#define CONFIG_BATTERY BATT_LIION2200
+
/* Battery scale factor (guessed, seems to be 1,25 * value from recorder) */
#define BATTERY_SCALE_FACTOR 8081
@@ -61,7 +61,7 @@
/* How to detect USB */
#define USB_FMRECORDERSTYLE 1
-/* Define this if the platform has batteries */
+/* Define this if the platform can charge batteries */
#define HAVE_BATTERIES 1
/* The start address index for ROM builds */