From: Keith Packard Date: Thu, 11 Sep 2014 22:00:25 +0000 (-0700) Subject: altos: Fix ability to disable telemetry by setting interval to 0 X-Git-Tag: 1.5~4 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=800f3377b1a374ad5cf826aa897efdcb08059040;hp=800f3377b1a374ad5cf826aa897efdcb08059040;p=fw%2Faltos altos: Fix ability to disable telemetry by setting interval to 0 For non-zero telemetry intervals, the radio code limits the value based on the data rate. However, a zero interval means that telemetry should be entirely disabled, so that value should be left alone when checking. Signed-off-by: Keith Packard ---