summaryrefslogtreecommitdiff
path: root/src/core/ao_config.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-12-06 10:28:14 -0800
committerKeith Packard <keithp@keithp.com>2012-12-06 10:28:14 -0800
commit1f84c0adbfa494ddc7dbe276796d999560be9438 (patch)
treee8280bcaeb7ca405574e763fcd538066a71a55c1 /src/core/ao_config.c
parentf661da527fb4a3a492f5322e2a718d441e1cde83 (diff)
altos: Allow telemetry, rdf and APRS to be individually controlled
But, only when APRS is available so that TeleMetrum and TeleMini don't change behaviour Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao_config.c')
-rw-r--r--src/core/ao_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ao_config.c b/src/core/ao_config.c
index e85ddcb4..df40ff90 100644
--- a/src/core/ao_config.c
+++ b/src/core/ao_config.c
@@ -128,7 +128,7 @@ _ao_config_get(void)
if (minor < 6)
ao_config.pad_orientation = AO_CONFIG_DEFAULT_PAD_ORIENTATION;
if (minor < 8)
- ao_config.radio_enable = TRUE;
+ ao_config.radio_enable = AO_RADIO_ENABLE_CORE;
if (minor < 9)
ao_xmemset(&ao_config.aes_key, '\0', AO_AES_LEN);
if (minor < 10)