diff options
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-h100.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-h120.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-h300.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 52f7625..c21c8a1 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -74,6 +74,8 @@ /* define this if you have recording possibility */ #define HAVE_RECORDING 1 +#define HAVE_AGC + #ifndef SIMULATOR /* Define this if you have a Motorola SCF5249 */ diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h index 69fd565..5ff567c 100644 --- a/firmware/export/config-h120.h +++ b/firmware/export/config-h120.h @@ -68,6 +68,8 @@ /* define this if you have recording possibility */ #define HAVE_RECORDING 1 +#define HAVE_AGC + #define BATTERY_CAPACITY_DEFAULT 1300 /* default battery capacity */ #ifndef SIMULATOR diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index a310a4e..d5c54d8 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -68,6 +68,8 @@ /* define this if you have recording possibility */ #define HAVE_RECORDING 1 +#define HAVE_AGC + #define BATTERY_CAPACITY_DEFAULT 1300 /* default battery capacity */ #ifndef SIMULATOR |