diff options
| author | Keith Packard <keithp@keithp.com> | 2011-11-12 18:44:36 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-11-12 18:44:36 -0800 |
| commit | 5972c642f0de0789e90268bfa19ef8b51c06eebc (patch) | |
| tree | 5a586d149629d5e07bd0f682e4ce0c001367a96d /src/product/ao_teledongle.c | |
| parent | ef7f86453d686a49882e8c1b88a59228c4c631a9 (diff) | |
altos: Handle internal and external telem monitoring requests
Record separate internal vs external monitoring state, allowing
both to happen at the same time, and when either is turned off, the
other keeps working.
This also adds disable/enable so that other radio users can
temporarily take over the radio; monitoring will resume when the other
radio user is finished.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/product/ao_teledongle.c')
| -rw-r--r-- | src/product/ao_teledongle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/product/ao_teledongle.c b/src/product/ao_teledongle.c index b8be9f45..49b80500 100644 --- a/src/product/ao_teledongle.c +++ b/src/product/ao_teledongle.c @@ -28,7 +28,7 @@ main(void) ao_timer_init(); ao_cmd_init(); ao_usb_init(); - ao_monitor_init(AO_LED_GREEN, TRUE); + ao_monitor_init(); ao_rssi_init(AO_LED_RED); ao_radio_init(); ao_packet_master_init(); |
