altoslib: Only open log file when both flight and serial are known
authorKeith Packard <keithp@keithp.com>
Fri, 6 Sep 2013 05:52:22 +0000 (22:52 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 6 Sep 2013 05:52:22 +0000 (22:52 -0700)
commite17e3691d93636eebbd7381f2df1303dc46ea96c
treeb90d2882e46aacda84d5b8a677c91730e8144ffc
parenta9c495c7ca1e08b7ac76b0dab8b3bd9bd3a7edfc
altoslib: Only open log file when both flight and serial are known

Some telemetry formats include serial and flight in different packets,
so wait for both before creating the file

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosLog.java