cagnulein / qdomyos-zwift

Zwift bridge for smart treadmills and bike/cyclette
https://www.qzfitness.com/
GNU General Public License v3.0
434 stars 118 forks source link

[REQ] Config file with all configuration values on linux/raspi #2799

Open satchafunkilus opened 6 days ago

satchafunkilus commented 6 days ago

Is your feature request related to a problem? Please describe. When trying to change specific settings in the linux config file, all parameters are not included by default. It's complicated to first export settings from the ios/android version to know the naming convention of the parameters.

Describe the solution you'd like Ideally, the config file would be created on first app start containing all settings with their default values. Thereby, they could be changed much more easily. It would also be great to be able to change between different config files with a command line parameter. e.g. ./qdomyos-zwift -c /path/to/config.conf

Describe alternatives you've considered Providing all the possible settings in a wiki/documentation on github.

cagnulein commented 6 days ago

thanks @satchafunkilus on raspberry there a lot of things to do. I would suggest to make a PR for this: in autumn winter i'm completely overwhelmed by tickets :(

If you can you can start to create this code, it should be easy, you can do this directly on the main.cpp

Let me know