Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
Added audio feedback as an CL argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Uriei committed Apr 20, 2018
1 parent 41d448a commit 13f98d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EDPlanetBearing.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,8 @@ def getopts(argv):
ArgLong = myargs["+long"]
DestinationCoords.set(str(ArgLat) + ", " + str(ArgLong))
root.after(100,FocusElite)
if "-Audio" in argv:
PingActive.set(1)
except:
pass

Expand Down

0 comments on commit 13f98d4

Please sign in to comment.