altosui: Off-by-one error in telemetry format configuration UI
authorKeith Packard <keithp@keithp.com>
Sun, 27 Mar 2011 07:12:01 +0000 (00:12 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 27 Mar 2011 07:12:01 +0000 (00:12 -0700)
commit91a75279b6d306ba9d068a28c64917d5312122e8
tree8d3885d6f76f54c01fbb733239ac2a3f609a54b7
parent7ce8c9081e703d1405c2595ab9bda0cfa218c6c4
altosui: Off-by-one error in telemetry format configuration UI

The telemetry format menu uses 0 for full and 1 for tiny, but the
telemetry configuration uses 1 for full and 2 for tiny. One direction
(config to UI) was right, the other (UI to config) was wrong.

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