Skip to content

Commit

Permalink
Merge pull request #8 from lmirel/dev
Browse files Browse the repository at this point in the history
v0.10.3rc1
  • Loading branch information
lmirel authored May 10, 2019
2 parents e6f35ea + 91f99b7 commit ed859df
Show file tree
Hide file tree
Showing 19 changed files with 1,194 additions and 1,013 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ the next thing it does, it uses the USB HID data exchanged between the steering
# how this works

the MFC SERVER controls the motion platform drivers.<br>
the MFC CLIENTS are programs that receive native telemetry data and sends it to the server. clients developed so far:<br>
the MFC CLIENTS are programs that receive native telemetry data and sends it to the server (see list of games above).<br>
the USB XTRACTOR is used to proxy between the steering wheel and the console to extract USB HID data.<br>
the MFC XTRACTOR uses the USB HID data to generate game telemetry.<br>
the two extractors are only needed if the games you play don't provide in-game telemetry via UDP/TCP. the USBXTRACTOR also requires an Arduino/Teensy atmega32u4 with custom firmware. this solution is based on Matlo's https://github.com/matlo/serialusb<br>
Expand Down
2 changes: 0 additions & 2 deletions clients/assetto-corsa/ac-cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,6 @@ int main (int argc, char **argv, char **envp)
unsigned int gpio;
int len;
int lport = UDP_PORT;
int _rollprc = 100;
int _pitchprc = 100;

//roll and pitch percentage
for (int i = 1; i < argc; i++)
Expand Down
Loading

0 comments on commit ed859df

Please sign in to comment.