summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-recorderv2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 039b4c7925..47d5f669de 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -51,6 +51,8 @@
51/* Define this for LCD backlight available */ 51/* Define this for LCD backlight available */
52#define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */ 52#define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */
53 53
54#define CONFIG_I2C I2C_PLAYREC
55
54#define BATTERY_CAPACITY_DEFAULT 2200 /* default battery capacity */ 56#define BATTERY_CAPACITY_DEFAULT 2200 /* default battery capacity */
55 57
56#ifndef SIMULATOR 58#ifndef SIMULATOR