altos/drivers: Increase LCO receive timeout to 20ms
authorKeith Packard <keithp@keithp.com>
Thu, 2 Feb 2023 02:00:24 +0000 (18:00 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 2 Feb 2023 02:04:36 +0000 (18:04 -0800)
commit015ebe291695d0588294a523b864aed73a5178c9
tree79a845b936cb2a866a877689be35ef39f3c3152d
parentfe99a50a7c1b4834193bbb73fbfd1b0e49b7ff45
altos/drivers: Increase LCO receive timeout to 20ms

Changes in the cc1200 driver appear to have sped up the transition
from TX to RX enough that we now need to wait a bit longer for
TeleFire to return a packet. Increase the 38400 bps timeout to 20ms
and the 9600 bps timeout to 30ms.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_lco_func.c