Skip to content

Version 1.4

Compare
Choose a tag to compare
@Grimzentide Grimzentide released this 15 Nov 07:22
· 122 commits to master since this release

Changelog:

Front End (Arduino)

Version 1.0 - 2015-11-15

WARNING: The latest front end update is not optional for this release. If you use v1.4 of the backend without updating the Arduino front end to v1.0, it will most likely crash when green information messages are received.

Added
  • Green text information messages can now be used
  • Issue 19: Make the screen flash to grab your attention when the BOX BOX BOX message comes up
    • Screen lines now flash red and orange to indicate a critical (aka red) information message
    • Works for all critical (aka red) messages
Changed
  • 'FUEL REQUIRED' cell title has now been changed to 'FUEL TO ADD'

Back End (Python)

Version 1.4 - 2015-11-15
Fixed
  • Fixed an issue where a log file would not be created when going from qualify to race
  • Removed a duplicate "On Pit Road" information message
  • Issue 23: Fuel required in a timed race was incorrect
    • It was possible for a negative burn rate to be used causing all average calculations to be incorrect
  • Issue 14: Earliest stop number in pit window often in the past when first calculated
    • The earliest lap to stop increments each lap if you do not stop for fuel
Added
  • Issue 20 - Show the amount that should be in your tank when you leave the pits (added as information message)
    • An information message will be displayed once you enter pit lane.
  • Target burn rate added if you require a stop to add less than 1 lap worth of fuel
    • Simple implementation which checks if the required fuel is less than the 5 Lap AVG burn rate
    • Information message will show your target burn rate when you go over the start/finish line
    • It will stop updating if you have conserved enough or you pit for fuel
    • Information message shows your last lap burn rate and the green text indicates you are under your target burn
    • Information message shows your last lap burn rate and the yellow text indicates you are over your target burn
    • Issue 24 created on the git hub site for the following request mentioned on the iRacing forums
      • Make it optional to show the amount that should be in your tank when you leave the pits
Changed
  • Enhanced logging to help with analysis