diff --git a/heliwatch/src/adsb.rs b/heliwatch/src/adsb.rs index c21bc3b..d4436f8 100644 --- a/heliwatch/src/adsb.rs +++ b/heliwatch/src/adsb.rs @@ -133,6 +133,10 @@ pub fn run(host: &'static str, port: u16, locations: Locations) -> Receiver MAX_ALTITUDE).unwrap_or(false) || entry.emitter_category.as_ref().map(|category| IGNORED_CATEGORIES.contains(category)).unwrap_or(false) {