Releases: kutu/pyirsdk
Releases · kutu/pyirsdk
1.3.5
1.3.4
Full Changelog: 1.3.3...1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
- utilizing IRSDKDataValidEvent
- added oil temp warning
- added video capture command
- updated vars.txt
With IRSDKDataValidEvent
now when you invoke ir.freeze_var_buffer_latest()
your script will be locked for up to 16-32ms waiting for new data pushed by iRacing API. This feature reduce delay by 1 frame, and you can get continuously new data every time you invoke this function.