Switch RC_UNKNOWN to 0 to make life a little easier for faup1090/piaware

This commit is contained in:
Oliver Jowett 2018-02-23 18:10:49 +00:00
parent f323745ead
commit 04b940d45b

View file

@ -64,8 +64,8 @@
*/
#define TRACK_MODEAC_MIN_MESSAGES 4
/* Special value for Rc unknown (100NM) */
#define RC_UNKNOWN 185200
/* Special value for Rc unknown */
#define RC_UNKNOWN 0
// data moves through three states:
// fresh: data is valid. Updates from a less reliable source are not accepted.