Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into ahrs_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cyoung committed Aug 13, 2017
2 parents be066a6 + 31abc00 commit 28710b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+.
Expand All @@ -31,10 +28,17 @@ 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.

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):
Expand Down
2 changes: 2 additions & 0 deletions main/sdr.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,8 @@ func sdrWatcher() {
prevUATEnabled := false
prevESEnabled := false

time.Sleep(90 * time.Second)

for {
time.Sleep(1 * time.Second)
if sdrShutdown {
Expand Down

0 comments on commit 28710b5

Please sign in to comment.