diff options
| author | Keith Packard <keithp@keithp.com> | 2009-05-13 20:40:42 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-05-13 20:40:42 -0700 |
| commit | 9b974217958b1017e62d6c4f4568f547ccc30c58 (patch) | |
| tree | f38fbb8b2f3b0e70ce9427273619d19a0fe362d6 /ao_tidongle.c | |
| parent | 25fc03a333b2cfad0a93ebc385fbcf74b63c229e (diff) | |
Enable radio monitor by default in teleterra, teledongle and tidongle
These ground loads want to monitor the radio constantly, and not require use
of the 'm' command before listening.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao_tidongle.c')
| -rw-r--r-- | ao_tidongle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao_tidongle.c b/ao_tidongle.c index 4d9a77f7..b068d045 100644 --- a/ao_tidongle.c +++ b/ao_tidongle.c @@ -32,7 +32,7 @@ main(void) ao_timer_init(); ao_cmd_init(); ao_usb_init(); - ao_monitor_init(AO_LED_RED); + ao_monitor_init(AO_LED_RED, TRUE); ao_rssi_init(AO_LED_RED); ao_radio_init(); ao_dbg_init(); |
