From: Keith Packard Date: Tue, 3 Jun 2014 05:06:22 +0000 (-0700) Subject: altosui: Fix pyro channel value formatting X-Git-Tag: 1.3.2.2~25 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=206fbb99d28961ce159e3affdd5c96f5e379a603;hp=206fbb99d28961ce159e3affdd5c96f5e379a603;p=fw%2Faltos 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 ---