altoslib: Disable telemetry while getting config data
authorKeith Packard <keithp@keithp.com>
Wed, 25 Jun 2014 20:50:54 +0000 (13:50 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 5 Jul 2014 07:38:09 +0000 (00:38 -0700)
commitd6e64790287d684cb9b70c67fa270825932cc020
treeaeadbf170c08ca98b40392c90c71b0124b1b8569
parent98c3c3f7edd58358939f7dacf5b8f4c336712f5b
altoslib: Disable telemetry while getting config data

We're seeing some log files created without a suitable -via- number
included. My hypothesis is that incoming telemetry is getting
interleaved with the configuration data containing the serial
number. This change simply disables telemetry while retrieving the
configuration data to try and keep that from happening.

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