Skip to content

Commit

Permalink
v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Grimzentide committed Nov 27, 2015
1 parent 1aeaa32 commit bc29875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arduinopitboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def welcomeScreen():
uploadedLogs = 1
uploadLogsToCloud()

if (ir['SessionFlags']&irsdk_checkered > 0 and ir['SessionTimeRemain'] < 0 and currentSurface == 1 or ir['IsInGarage'] == 1):
if (ir['SessionFlags']&irsdk_checkered > 0 and ir['SessionTimeRemain'] < 0):
if (uploadedLogs == 0):
writeToLog (logFileName, "Flag: Checkered")
sendInfoMessage("@" + "Flag: Checkered")
Expand Down

0 comments on commit bc29875

Please sign in to comment.