From f6bad36cdcb81e877e4dfe6e55c840a904cade0b Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Mon, 17 Jul 2017 17:49:40 -0400 Subject: [PATCH 1/3] Update README. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55381e4e5..950e34b99 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,6 @@ Raspberry Pi 2 with the Edimax EW-7811Un Wi-Fi dongle is supported but not recom Tested and works well with most common R820T and R820T2 RTL-SDR devices. -Tested with and preliminary support added for [uAvionix pingEFB dual-link ADS-B receiver](http://www.uavionix.com/products/pingefb/). - - Apps with stratux recognition/support: * Seattle Avionics FlyQ EFB 2.1.1+. * AvNav EFB 2.0.0+. @@ -31,10 +28,15 @@ Tested weather/traffic displays: * ForeFlight 7+ - weather, traffic. AHRS not functional. * Avare +Dangerzone builds (AHRS display): +* ForeFlight 7+ - weather, traffic, AHRS. + Questions? [See the FAQ](https://github.com/cyoung/stratux/wiki/FAQ) http://stratux.me/ +http://slack.stratux.me/ + https://www.reddit.com/r/stratux Jet tests (high gain antennas): From 4b66b518f1aece4167f72890c69395660ee2eedd Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Sat, 22 Jul 2017 22:34:35 -0400 Subject: [PATCH 2/3] Add link in README to EFB integration guide. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 950e34b99..ed411b9b3 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ Tested weather/traffic displays: * ForeFlight 7+ - weather, traffic. AHRS not functional. * Avare +Other EFBs? See the [app vendor integration guide](https://github.com/cyoung/stratux/blob/master/notes/app-vendor-integration.md). + Dangerzone builds (AHRS display): * ForeFlight 7+ - weather, traffic, AHRS. From 31abc0091043a916d731a58079af1b8f98d8bffc Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Mon, 7 Aug 2017 16:50:44 -0400 Subject: [PATCH 3/3] Delay SDR startup by 1m30s. --- main/sdr.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/sdr.go b/main/sdr.go index 882876ca8..d352277c8 100644 --- a/main/sdr.go +++ b/main/sdr.go @@ -471,6 +471,8 @@ func sdrWatcher() { prevUATEnabled := false prevESEnabled := false + time.Sleep(90 * time.Second) + for { time.Sleep(1 * time.Second) if sdrShutdown {