altosui: Fix pyro channel value formatting
authorKeith Packard <keithp@keithp.com>
Tue, 3 Jun 2014 05:06:22 +0000 (22:06 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 3 Jun 2014 05:06:22 +0000 (22:06 -0700)
commit206fbb99d28961ce159e3affdd5c96f5e379a603
treec187b5692d8de09a407450f2d88424dfcd5ee753
parentd20c608ce833fb8949dce527f92887775d216823
altosui: Fix pyro channel value formatting

Was using %6.1f for 1 and 2 fraction digit values as the
conditional structure for figuring out which format to use was
broken.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosConfigPyroUI.java