diff options
author | Keith Packard <keithp@keithp.com> | 2009-11-05 22:11:59 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-11-05 22:11:59 -0800 |
commit | adf656192441eb7f44792955c86e469145477e29 (patch) | |
tree | ee27c730f0c5c496129acf9200578f4762802419 /src | |
parent | 83afdbdc154fe013bfe35ce5ecf1d61570b04ed6 (diff) |
Return radio to telemetry settings when packet system closed.
To receive telemetry after disabling the packet system, the radio must
be reconfigured for telemetry mode.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/ao_packet_master.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ao_packet_master.c b/src/ao_packet_master.c index f3a024ca..a499ce59 100644 --- a/src/ao_packet_master.c +++ b/src/ao_packet_master.c @@ -100,6 +100,7 @@ ao_packet_master(void) ao_packet_master_sleeping = 0; } } + ao_radio_set_telemetry(); ao_exit(); } |