Skip to content

Commit

Permalink
Merge pull request #104 from bassmaster187/master
Browse files Browse the repository at this point in the history
fetch from upstream
  • Loading branch information
superfloh247 authored Aug 3, 2020
2 parents 5d3185a + 9099941 commit 0246c50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TeslaLogger/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1005,6 +1005,7 @@ private static void ResetHighFrequencyLogging()
public static void HandleShiftStateChange(string _oldState, string _newState)
{
Logfile.Log("ShiftStateChange: " + _oldState + " -> " + _newState);
lastCarUsed = DateTime.Now;
Address addr = WebHelper.geofence.GetPOI(DBHelper.currentJSON.latitude, DBHelper.currentJSON.longitude, false);
// process special flags for POI
if (addr != null && addr.specialFlags != null && addr.specialFlags.Count > 0)
Expand Down

0 comments on commit 0246c50

Please sign in to comment.