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

EDPlanetBearing v1.3

Compare
Choose a tag to compare
@Uriei Uriei released this 23 Apr 15:20
· 61 commits to master since this release

Added audio feedback

Now you can turn on an audio feedback that will ping everytime you are over 45º from your destination, and pitch will go lower as you get further from the correct heading, it also positions itself to where you should go.

Added live config file

You can create a config file in %localappdata%/EDPlanetBearing/Config.json with this structure:
{"Lat:" 1.1234, "Long": -89.6547, "Audio": 1}

  • Lat: Latitude
  • Long: Longitude
  • Audio: 0 = Off, 1 = On (Optional)

This file will be deleted when you close the app, while the file exist, the coordinates text box will be locked.