Telemetry logging: add to each .bin log file the car setup and the lmuFFB settings.
Challenges:
- to add the car setup, we might need to use the REST API again (so far we used them only to get the steering lock)
- regarding lmuFFB settings, these can be changed while driving, so we need to figure out how to include them in the .bin logs.
Possibilities:
- create a new .bin file every time the settings change. But we need to be careful not to create to many files (eg. for each slider movement). We need to determine a robust mechanism for this.
Telemetry logging: add to each .bin log file the car setup and the lmuFFB settings.
Challenges:
Possibilities: