Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secondary branch for modbus treadmill with increased time and ?linux #2681

Open
wants to merge 147 commits into
base: master
Choose a base branch
from

Conversation

jjbrough
Copy link

with increased time and ?linux

cagnulein and others added 30 commits January 5, 2022 23:52
@jjbrough
Copy link
Author

OK, I went back to when I first created this.
This is the conflict with the bluetooth.cpp that I think messed it up in the beginning.
Do you know the best way to resolve this conflict? I think I didn't do it right last time.

@cagnulein
Copy link
Owner

i did now for you

@jjbrough
Copy link
Author

Awesome!

@jjbrough
Copy link
Author

Looks like there's another conflict:
<<<<<<< secondary_branch
settings.setValue(QStringLiteral("miles_unit"), miles);
settings.setValue(QStringLiteral("bluetooth_no_reconnection"), bluetooth_no_reconnection);
settings.setValue(QStringLiteral("bluetooth_relaxed"), bluetooth_relaxed);
settings.setValue(QStringLiteral("bike_cadence_sensor"), bike_cadence_sensor);
settings.setValue(QStringLiteral("bike_power_sensor"), bike_power_sensor);
settings.setValue(QStringLiteral("battery_service"), battery_service);
settings.setValue(QStringLiteral("service_changed"), service_changed);
settings.setValue(QStringLiteral("bike_wheel_revs"), bike_wheel_revs);
settings.setValue(QStringLiteral("run_cadence_sensor"), run_cadence_sensor);
settings.setValue(QStringLiteral("nordictrack_10_treadmill"), nordictrack_10_treadmill);
settings.setValue(QStringLiteral("reebok_fr30_treadmill"), reebok_fr30_treadmill);

    settings.setValue(QZSettings::miles_unit, miles);
    settings.setValue(QZSettings::bluetooth_no_reconnection, bluetooth_no_reconnection);
    settings.setValue(QZSettings::bluetooth_relaxed, bluetooth_relaxed);
    settings.setValue(QZSettings::bike_cadence_sensor, bike_cadence_sensor);
    settings.setValue(QZSettings::bike_power_sensor, bike_power_sensor);
    settings.setValue(QZSettings::battery_service, battery_service);
    settings.setValue(QZSettings::service_changed, service_changed);
    settings.setValue(QZSettings::bike_wheel_revs, bike_wheel_revs);
    settings.setValue(QZSettings::run_cadence_sensor, run_cadence_sensor);
    settings.setValue(QZSettings::nordictrack_10_treadmill, nordictrack_10_treadmill);
    settings.setValue(QZSettings::reebok_fr30_treadmill, reebok_fr30_treadmill);
    settings.setValue(QZSettings::zwift_click, zwift_click);
    settings.setValue(QZSettings::zwift_play, zwift_play);
    settings.setValue(QZSettings::zwift_play_emulator, zwift_play_emulator);

master

@cagnulein
Copy link
Owner

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants