Skip to content

Commit ed859df

Browse files
authored
Merge pull request #8 from lmirel/dev
v0.10.3rc1
2 parents e6f35ea + 91f99b7 commit ed859df

19 files changed

+1194
-1013
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ the next thing it does, it uses the USB HID data exchanged between the steering
1717
# how this works
1818

1919
the MFC SERVER controls the motion platform drivers.<br>
20-
the MFC CLIENTS are programs that receive native telemetry data and sends it to the server. clients developed so far:<br>
20+
the MFC CLIENTS are programs that receive native telemetry data and sends it to the server (see list of games above).<br>
2121
the USB XTRACTOR is used to proxy between the steering wheel and the console to extract USB HID data.<br>
2222
the MFC XTRACTOR uses the USB HID data to generate game telemetry.<br>
2323
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>

clients/assetto-corsa/ac-cli.c

-2
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,6 @@ int main (int argc, char **argv, char **envp)
336336
unsigned int gpio;
337337
int len;
338338
int lport = UDP_PORT;
339-
int _rollprc = 100;
340-
int _pitchprc = 100;
341339

342340
//roll and pitch percentage
343341
for (int i = 1; i < argc; i++)

0 commit comments

Comments
 (0)