diff options
| author | Keith Packard <keithp@keithp.com> | 2014-07-12 23:52:05 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-07-12 23:52:05 -0700 |
| commit | a60ba449ec237ad3b8dade9dcea603b349dbccb1 (patch) | |
| tree | 97ad6773c726826817f0f6cf23cc5d3ddda688d1 /src/telelco-v0.2/ao_lco.c | |
| parent | fa155693282746861b227afd6cbccc83dfd1bbed (diff) | |
altos/telefire,telelco: Add HAS_RADIO_RATE to launch system software
This lets us set the rate to a lower value to improve range. 9600 baud
works great; 2400 baud makes the initial search take a long time.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telelco-v0.2/ao_lco.c')
| -rw-r--r-- | src/telelco-v0.2/ao_lco.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telelco-v0.2/ao_lco.c b/src/telelco-v0.2/ao_lco.c index b3f5bb16..4b5f7a9b 100644 --- a/src/telelco-v0.2/ao_lco.c +++ b/src/telelco-v0.2/ao_lco.c @@ -258,7 +258,7 @@ ao_lco_search(void) for (box = 0; box < AO_PAD_MAX_BOXES; box++) { if ((box % 10) == 0) ao_lco_set_box(box); - for (try = 0; try < 5; try++) { + for (try = 0; try < 3; try++) { tick_offset = 0; r = ao_lco_query(box, &ao_pad_query, &tick_offset); PRINTD("box %d result %d\n", box, r); |
