altoslib: Make AltosReplayReader start synchronously enough to track states
authorKeith Packard <keithp@keithp.com>
Fri, 26 May 2017 07:51:37 +0000 (00:51 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 26 May 2017 07:51:37 +0000 (00:51 -0700)
The Altos UI needs to see 'pad' state and then 'boost' state so that
it will automatically switch tabs during the flight. When reading from
eeprom files, the only way that is going to happen is if the reader
thread waits until the UI has definitely seen 'pad' state, which we do
by simply delaying the reader thread until after that has happened.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found