Skip to content

Feature Add: Battery Monitoring

Pre-release
Pre-release
Compare
Choose a tag to compare
@stevenmcastano stevenmcastano released this 13 Oct 15:24
· 7 commits to master since this release

Added:

  • Battery monitoring has been added. By default the script will check your battery level when it updates it's GPS data and if the battery is below 15% it will sleep for 1 hour, or however long the variable distance sleep time is, whichever is longer.
  • This feature is turned ON by default.
  • All configuration items for this feature have been added to the end of the .ini.sample file, if you'd like to turn it off, simply change the "battery_check" setting to "False"

Fixed:

  • Changed logging level for a few GPS validation checks, isOld warning now only appear if you exceed retried and old data must be used.