altosdroid: Use single object to pass data to UI
authorKeith Packard <keithp@keithp.com>
Thu, 4 Sep 2014 05:32:49 +0000 (22:32 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 4 Sep 2014 05:32:49 +0000 (22:32 -0700)
Instead of having separate messages for each piece of telemetry state,
package the whole mess up in one object and send it for any
change. This simplifies tracking within the UI by avoiding corner
cases during reconnect.

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

No differences found