Skip to content

Commit

Permalink
update change log for 2.0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dallongo committed Jun 26, 2016
1 parent d4149d7 commit a99b2a8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,20 @@ The output report is structured as follows (41 bytes total):

Run by itself, `pySRD9c.py` will conduct a self-test on the display.

A sample application providing real-time telemetry data for RaceRoom Racing Experience and rFactor 1/Stock Car Extreme/Automobilista is available in `pyDash.py`. It makes use of the `psutil` module (https://github.com/giampaolo/psutil) to detect which sim is running.
A sample application providing real-time telemetry data for RaceRoom Racing Experience and rFactor 1/Stock Car Extreme/Automobilista/Formula Truck/Copa Petrobras de Marcas is available in `pyDash.py`. It makes use of the `psutil` module (https://github.com/giampaolo/psutil) to detect which sim is running.
It demonstrates custom mapping of RPM LEDs for use as push-to-pass/DRS indicators as well as warnings that blink the status LEDs during a critical state.
It also features live lap timing, lap split time, field position, and lap progession during a race.
The dash configuration is controlled via the `pyDash.settings.json` file (created on start-up if not found, re-read if modified while running).

Support for rFactor 1 is provided by the shared memory map plugin available at https://github.com/dallongo/rFactorSharedMemoryMap.

### Releases
#### 2016-06-26 (v2.0.1.0)

* Allow gear display to go up to 9
* Fix session restart not clearing session variables
* Add support for Formula Truck and Copa Petrobras de Marcas

#### 2016-05-31 (v2.0.0.1)

* Fix array index type error (float instead of int) for fuel array slicing
Expand Down

0 comments on commit a99b2a8

Please sign in to comment.