Skip to content

Commit

Permalink
Update pinpoint.sh
Browse files Browse the repository at this point in the history
Added credit to Ofir Gil for the added optional optimisation feature he provided.
  • Loading branch information
jelockwood authored Apr 29, 2021
1 parent 62aa41f commit e0a4d5c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pinpoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
#
# Now written to not use Location Services
#
# Version 3.0 added a new feature contributed by Ofir Gil. This optional feature analyses
# the SSID list and compares it to the previous list to see if this indicates a big
# enough change in location to justify calling the Google APIs again.
#
# The aim is to reduce the usage of the Google API calls and thereby either keep you within
# the free allowance or at least reduce the cost.
#
# Many thanks are therefore given to Ofir Gil for this significant enhancement.
#
# Script name
scriptname=$(basename -- "$0")
# Version number
Expand Down

0 comments on commit e0a4d5c

Please sign in to comment.