Switch RC_UNKNOWN to 0 to make life a little easier for faup1090/piaware
This commit is contained in:
parent
f323745ead
commit
04b940d45b
4
track.h
4
track.h
|
@ -64,8 +64,8 @@
|
||||||
*/
|
*/
|
||||||
#define TRACK_MODEAC_MIN_MESSAGES 4
|
#define TRACK_MODEAC_MIN_MESSAGES 4
|
||||||
|
|
||||||
/* Special value for Rc unknown (100NM) */
|
/* Special value for Rc unknown */
|
||||||
#define RC_UNKNOWN 185200
|
#define RC_UNKNOWN 0
|
||||||
|
|
||||||
// data moves through three states:
|
// data moves through three states:
|
||||||
// fresh: data is valid. Updates from a less reliable source are not accepted.
|
// fresh: data is valid. Updates from a less reliable source are not accepted.
|
||||||
|
|
Loading…
Reference in a new issue