summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h100.h2
-rw-r--r--firmware/export/config-h120.h2
-rw-r--r--firmware/export/config-h300.h2
3 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 52f7625760..c21c8a1dcd 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -74,6 +74,8 @@
74/* define this if you have recording possibility */ 74/* define this if you have recording possibility */
75#define HAVE_RECORDING 1 75#define HAVE_RECORDING 1
76 76
77#define HAVE_AGC
78
77#ifndef SIMULATOR 79#ifndef SIMULATOR
78 80
79/* Define this if you have a Motorola SCF5249 */ 81/* Define this if you have a Motorola SCF5249 */
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 69fd565c23..5ff567cae4 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -68,6 +68,8 @@
68/* define this if you have recording possibility */ 68/* define this if you have recording possibility */
69#define HAVE_RECORDING 1 69#define HAVE_RECORDING 1
70 70
71#define HAVE_AGC
72
71#define BATTERY_CAPACITY_DEFAULT 1300 /* default battery capacity */ 73#define BATTERY_CAPACITY_DEFAULT 1300 /* default battery capacity */
72 74
73#ifndef SIMULATOR 75#ifndef SIMULATOR
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index a310a4eef3..d5c54d858f 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -68,6 +68,8 @@
68/* define this if you have recording possibility */ 68/* define this if you have recording possibility */
69#define HAVE_RECORDING 1 69#define HAVE_RECORDING 1
70 70
71#define HAVE_AGC
72
71#define BATTERY_CAPACITY_DEFAULT 1300 /* default battery capacity */ 73#define BATTERY_CAPACITY_DEFAULT 1300 /* default battery capacity */
72 74
73#ifndef SIMULATOR 75#ifndef SIMULATOR