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

#855 Support for the Trixter X-Dream V1 bike #899

Open
wants to merge 331 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 28, 2022

  1. Configuration menu
    Copy the full SHA
    ce2c86b View commit details
    Browse the repository at this point in the history
  2. cagnulein#855 rework setting of resistance so that UI goes through th…

    …e slot and resistance sent is updated by watching the requestResistance field.
    drmason789 committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    ad6ceba View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Configuration menu
    Copy the full SHA
    69ccfdf View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    e7b53b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2efdca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4684a98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68d250e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    3eafd14 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. cagnulein#855 rework trixterxdreamv1serial so that reads and writes a…

    …re done on the same thread.
    drmason789 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    aee85c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    49cd003 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37899a2 View commit details
    Browse the repository at this point in the history
  3. cagnulein#855 attempt to spend less of the serial port thread's time …

    …updating the metrics by queuing the read client states and updating the metrics only once every 100ms, instead of probably every 13ms. Will observe effect on bike's response to resistance signals as they may become more regular.
    drmason789 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    ccc9739 View commit details
    Browse the repository at this point in the history
  4. cagnulein#855 send resistance gain to virtual device constructor. Hoo…

    …k and process inclination. More logging.
    drmason789 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    12e7ec3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ec98cd View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. cagnulein#855 put client on actual time so that the state timestamps …

    …mean something outside of it
    drmason789 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    20ea60d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. cagnulein#855 working much better now, but only using resistance calc…

    …ulated from inclination from zwift, not the resistance tile.
    drmason789 committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    d435faf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e887025 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e275ba7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    496115c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. cagnulein#855 removed 0.100 resistance option. Use inclination for po…

    …wer/resistance while connected to client app, values from resistance tiles directly when not.
    drmason789 committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    bd1eb2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fa2457 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    150a61c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    cdac305 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    b63bb0d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    90c444c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6efe1e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    bfd677f View commit details
    Browse the repository at this point in the history
  2. fixing negative speed values

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    db252c3 View commit details
    Browse the repository at this point in the history
  3. rolling resistance setting added

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    0472666 View commit details
    Browse the repository at this point in the history
  4. updating ios project

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    297497f View commit details
    Browse the repository at this point in the history
  5. fixing another merge issue

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    8f972f3 View commit details
    Browse the repository at this point in the history
  6. GPX Issues on Treadmill cagnulein#973

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    66717a8 View commit details
    Browse the repository at this point in the history
  7. fixed qzsettings usage

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    8f7d8d1 View commit details
    Browse the repository at this point in the history
  8. GPX Issues on Treadmill cagnulein#973

    map icon showed only when speed forcing for treadmill is disabled
    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    c8ec85e View commit details
    Browse the repository at this point in the history
  9. fixed crash for nautilus treadmill

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    6b5234e View commit details
    Browse the repository at this point in the history
  10. GPX Issues on Treadmill cagnulein#973

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    56f0f3b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb91498 View commit details
    Browse the repository at this point in the history
  12. GPX Issues on Treadmill cagnulein#973

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    0d7a54c View commit details
    Browse the repository at this point in the history
  13. fixing build error on iOS

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    9a64874 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8fc945f View commit details
    Browse the repository at this point in the history
  15. fix typo

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    64466da View commit details
    Browse the repository at this point in the history
  16. GPX Issues on Treadmill cagnulein#973

    speed on treadmill fixed
    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    722447a View commit details
    Browse the repository at this point in the history
  17. fixed typo

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    fd96a33 View commit details
    Browse the repository at this point in the history
  18. license request every 30s

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    8dc28af View commit details
    Browse the repository at this point in the history
  19. Pro FlexCycle cagnulein#979

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f93d54e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6158bc0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    024f14e View commit details
    Browse the repository at this point in the history
  22. Update settings.qml

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    3fd5575 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b60f1fd View commit details
    Browse the repository at this point in the history
  24. Keep Video and Gpx Position synchronized (Addition to cagnulein#838) (c…

    …agnulein#945)
    
    * Speed up debugging on Windows
    
    * Added new way for Video Rate
    
    * Tried another Variant
    
    * Fixed double double Conversion
    
    * Splitted Videopos Rate and Frame rate
    
    * Fixed new calculation
    
    * Very easy possible solution
    
    * Simple try
    
    * Not really better, another try
    
    * Adjust both Endpoints for calculation
    
    * Framerate set
    
    * Collecting Data
    
    * Use average Rate
    
    * Adjusted Videoframe Distance
    
    * Fixed correction
    
    * use weighted mean rate
    
    * Played with factor weighting
    
    * Found logic Error in Video Rate
    
    * Factor weighting and try reduce flickering
    
    * Fixed weighting of Rates
    
    * New Idea
    
    * Bad  Idea, changed Factor weighting again
    
    * Code cleanup before Pull Request
    
    * added Time difference for testing spec. Video
    
    * Test should not be in Pull Request
    
    * reverted debug on main.cpp
    
    * ios version 2.11.54
    
    * Fixed rewinding Video
    
    * Variable Weighting Videorate/Framerate
    
    * Added changes again for windows debug
    
    * Different Aproach again
    
    * Fixed wrong speed calc
    
    * Add adjustment to rate based on time difference
    
    * try higher or lower rate by 10% first
    
    * Adjusted the Rate Base
    
    * Removed the Rate % adoption
    
    * video length added
    
    * Implemented Referencepoint at End of Video
    
    * Corrected Video start Time
    
    * Init Videotimestamp with Traintimestamp at Start
    
    * Fixed comparence
    
    * Added trainProgram::TotalGPXSecs
    
    * Corrected return
    
    * Time to finish
    
    * Removed Test and Debug changes in main.cpp
    
    * Debug Message removed for next Windows Build
    
    * Setting Video to correct Pos if length differs
    
    * Don't do anything if Video isn't displayed
    
    * fixed visible
    
    * fixed visible comparison
    
    * added videoSeekPosition in order to change the position of the video in realtime
    
    * Implemented Video Adjustment on start
    
    * Correct Videotimestamp every time if needed
    
    * As usual, fixed Typo
    
    * Reversed Video Timestamp correction
    
    * Implemented case that Video is shorter then gpx
    
    * Approach should be smoother
    
    * Corrected shorter Video
    
    * Fixed Video starting point if hidden/redisplayed
    
    * Reverted Debug changes in main.cpp
    
    * adding acceleration in the calculation of the speed based on wattage
    
    * fixing negative speed values
    
    * Windows debugging again
    
    * added Debug Info to calculateSpeedFromPower
    
    * Moved Watt calc up to have it for Speed calc
    
    * Corrected Start for shorter Videos
    
    * Try to use smaller Frame for average Video Speed
    
    * Use Fullrate if Diff is to high
    
    * Changed high difference rate
    
    * adjusted factor
    
    * Add 1 % of Timediff to Totalrate
    
    * Not successfull, removed again
    
    * rolling resistance setting added
    
    * Hopefully the last approach
    
    * Corrected Target
    
    * Remarked some Things to get Debug Data
    
    * use only 90 % of rate
    
    * Only adjust factor one time per gpx Cycle
    
    * Try Percent adoption
    
    * fixing changeTimestamp callback with milliseconds precision
    
    * Removed % in-/decrease
    
    * Removed call to changeTimestamp
    
    * removed avgInclination for bikes cagnulein#838
    
    * Test for Debug
    
    * fixing distance error on trxappgateusbbike when speed was calculated over wattage
    
    * tried fake bike
    
    * Use a 2 sec Window
    
    * Added changed Header definition
    
    * try to fix gaps in gps
    
    * Added some Debug Info
    
    * Changed Params for Fake
    
    * Removed 2 seconds frame
    
    * Try Speed without average
    
    * Debug Output Trainprogram
    
    * Add more Debug for Trainprogram
    
    * Removed Trainprogram Debug
    
    * Tried avg. Speed -3/+3 secs
    
    * Fix Bug in avgSpeedCalculation
    
    * try to limit the rate change
    
    * Fixed limiting
    
    * Fixed again
    
    * Fixed init of Limitation
    
    * Removed Limitation, not working as hoped
    
    * Check speed Deviation between 90 and 110 %
    
    * Search for speed in 6 Secs/clearify Property-Names
    
    * Fixed Typo
    
    * Fixed Bug in gpx average Speed calculation
    
    * Changed Filerrange from +/- 15 %
    
    * Fixed possible segmentation Fault
    
    * improving precision in the debuglog
    
    * fixing elapsed time cagnulein#838
    
    * changeTimestamp again when next point reached
    
    * fixing wrong ratiodistance
    
    * qzsettings updated
    
    * Save currentStepDistance before set to 0
    
    * currentStop is already incremented, use -2
    
    * use Distance from prev.Row too
    
    * currentStep -1 distance and -2 time
    
    * Don't use Point 1
    
    * just a try
    
    * Should be correct now
    
    * changed distance
    
    * fixing merge issues
    
    * fixing another merge issue
    
    * updating ios project
    
    * fixing circuit gpx for video
    
    * caching the odometer for all the scheduler event and removing the changetimestamp not time based
    
    * Calc RatioDistance with Timediff between Points
    
    * do this only if the point get hits first
    
    * Calc distanceRow to gpx Diff
    
    * only use currentStepDistance added since last
    
    * Ratio Time has to be summed
    
    * Redesign the process
    
    * fixed typo
    
    * Forgot one change
    
    * fixed crash
    
    * hopefully fixed now
    
    * only add ratioDistance one time
    
    * Added debug Info
    
    * Filter changingTimestamp if Variance to high
    
    * added Debug Info
    
    * fixed Variance calculation
    
    * fixed typo
    
    * Store last Tick/TimeStamp Ratio for next cycle
    
    * moved ratioDistance in correct scope
    
    * Add ratioDistance, not calculated Ratio
    
    * Back to Ratio again, better Results
    
    * add ms not s
    
    * changed Variance Range to -25/+25%
    
    * Apply filtering Speed to trainingrows
    
    * header definition added
    
    * Fixed typo
    
    * fixed array access
    
    * accessing row data
    
    * fixed bug when timetotickratio was 0
    
    * logic Error
    
    * fix bug in wma calculation
    
    * added more detail to debug
    
    * Calculate new distance into temporary array before
    
    * fixed typo
    
    * removed filter in changing timestamp
    
    * Removed some routines no longer needed
    
    * Remove peak Filter ompletely, no longer needed
    
    * fixed crash at end of program
    
    * fixing ios build and applySpeedFilter only on gpx workout
    
    * adding running cadence from apple watch to ipad
    
    * Fix for iOS Crash?
    
    * fixing treadmill force speed setting with applyspeedfilter on
    
    * adding speedlimit to bike
    
    * Update trainprogram.cpp
    
    Max.Speed for Bikes (=2 * avg current Trainprogram Speed) implemented
    
    * Update trainprogram.cpp
    
    changed to max speed to get a max replay factor of 1.9
    
    * fixing speed limit
    
    * removing bad check on the speedlimit
    
    * adding a new method to know if the video is visible and reset the speed limit
    
    * Fixed Issues on video hiding/redisplaying
    
     Also makes the first display a little nicer
    
    * Removed no longer needed filterSeconds
    
    The Option in the setting can also be removed, it's no longer needed
    
    * Try to calculate the Speedlimit +1sec
    
    * video_playback_window setting removed
    
    * preparing for the merge
    
    * removed unuseful coment
    
    Co-authored-by: Roberto Viola <[email protected]>
    Co-authored-by: Bernhard Ponemayr <[email protected]>
    3 people authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    1f75467 View commit details
    Browse the repository at this point in the history
  25. Wahoo Direct Connect cagnulein#476 RGT compatibility fixed

    Tested with RGT and Zwift on iOS
    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f546782 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ea04794 View commit details
    Browse the repository at this point in the history
  27. adding debug on ftmsbike

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    d567c9c View commit details
    Browse the repository at this point in the history
  28. Pro FlexCycle cagnulein#979

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    16e1d53 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d225d7b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    7ee7eae View commit details
    Browse the repository at this point in the history
  31. android version 2.11.70

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    c403f4d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d47a88f View commit details
    Browse the repository at this point in the history
  33. Update 30_usage.md (cagnulein#985)

    Updated -qml default and added -noqml
    bstoney authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    c553052 View commit details
    Browse the repository at this point in the history
  34. GPX Issues on Treadmill cagnulein#973

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    1fabd60 View commit details
    Browse the repository at this point in the history
  35. adding wifi permissions on android in order to collect the ip address…

    … of the wifi for dircon
    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    0deb600 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    6f0f22c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    8bab3ee View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    ff8f4fb View commit details
    Browse the repository at this point in the history
  39. version 2.11.74 for android

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    b51b44b View commit details
    Browse the repository at this point in the history
  40. gpx without timestamp fixed

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    a87062e View commit details
    Browse the repository at this point in the history
  41. version 2.11.75

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    4db86b7 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    fa87073 View commit details
    Browse the repository at this point in the history
  43. Revert "Differences in the GPX starting point cagnulein#988"

    This reverts commit 2b19896.
    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    da8e8a0 View commit details
    Browse the repository at this point in the history
  44. keeping useful modification

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    21fadc3 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    487eda2 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    b534fdd View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    7fde807 View commit details
    Browse the repository at this point in the history
  48. helper label added

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    e5ee463 View commit details
    Browse the repository at this point in the history
  49. Spirit XT385 not able to get working, Gets discovered but can't see Q…

    …domyos in Zwift Discovery. cagnulein#833
    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    c4f10b1 View commit details
    Browse the repository at this point in the history
  50. Spirit XT385 not able to get working, Gets discovered but can't see Q…

    …domyos in Zwift Discovery. cagnulein#833
    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    b26955c View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    a416ea7 View commit details
    Browse the repository at this point in the history
  52. fixing typo

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    caf433e View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    7797ca7 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    751084d View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    1e3e3c6 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    1f85046 View commit details
    Browse the repository at this point in the history
  57. Spirit XT385 not able to get working, Gets discovered but can't see Q…

    …domyos in Zwift Discovery. cagnulein#833
    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    5d5dcf6 View commit details
    Browse the repository at this point in the history
  58. android version 2.11.82

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    c8f719d View commit details
    Browse the repository at this point in the history
  59. Update trainprogram.cpp

    Fix for INF Calculation in cagnulein#973
    Bepo7012 authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    75d70b8 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    11171e8 View commit details
    Browse the repository at this point in the history
  61. version 2.11.83

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    0b6dacc View commit details
    Browse the repository at this point in the history
  62. inCondi ET660i support cagnulein#1007

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    0c45f73 View commit details
    Browse the repository at this point in the history
  63. build issues

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    3f40f34 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    25dc0ef View commit details
    Browse the repository at this point in the history
  65. Added Debug for Video Jump Issues

    Bepo7012 authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    922a2c3 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    c4b1d4c View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    b80aac7 View commit details
    Browse the repository at this point in the history
  68. iOS version 2.11.83

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    169753a View commit details
    Browse the repository at this point in the history
  69. Differences in the GPX starting point cagnulein#988

    chartjs color typo
    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    dacd662 View commit details
    Browse the repository at this point in the history
  70. preparing version 2.11.84

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    8beb57a View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    3b855e6 View commit details
    Browse the repository at this point in the history
  72. fixing a problem with the speed based on power setting enabled

    if the wattage was evaluated after the speed in the bike module, the speed was always 0
    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    059a38e View commit details
    Browse the repository at this point in the history
  73. erg mode added to proformwifiibike

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    9ee8dc4 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    daeaa90 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    ba8edde View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    085377e View commit details
    Browse the repository at this point in the history
  77. new raspberry install cagnulein#1014

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    2f7d5c7 View commit details
    Browse the repository at this point in the history
  78. inCondi ET660i support cagnulein#1007

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    6e2747e View commit details
    Browse the repository at this point in the history
  79. Preset resistance tiles cagnulein#493

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    d044800 View commit details
    Browse the repository at this point in the history
  80. AVG Watts per Lap cagnulein#1009

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    be037d8 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    818712f View commit details
    Browse the repository at this point in the history
  82. iOS project updated

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    2592036 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    d8e708c View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    2ccc6dd View commit details
    Browse the repository at this point in the history
  85. Differences in the GPX starting point cagnulein#988

    new pin point in the 3d map
    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    820831e View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    356b289 View commit details
    Browse the repository at this point in the history
  87. GPX Issues on Treadmill cagnulein#973

    cesium metrics on the bottom right and with a rounded green box around
    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    3b4b401 View commit details
    Browse the repository at this point in the history
  88. GPX Issues on Treadmill cagnulein#973

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    7efa02f View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    a3dd3bd View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    558c2e2 View commit details
    Browse the repository at this point in the history
  91. cagnulein#962 Bluetooth details to settings for all devices (cagnulei…

    …n#963)
    
    * cagnulein#962 factored out the setting of the last bluetooth device settings to a method
    
    * cagnulein#962 call setLastBluetoothDevice for every device
    
    * cagnulein#962 fixed typos
    
    * cagnulein#962 whitespace adjustments
    
    * cagnulein#962 whitespace adjustments
    
    * cagnulein#962 updated qmdnsengine submodule to HEAD
    
    Co-authored-by: Roberto Viola <[email protected]>
    drmason789 and cagnulein committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    660d074 View commit details
    Browse the repository at this point in the history
  92. Fix typos (cagnulein#1025)

    Gelma authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    4ce107d View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    2e817a5 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    f2a4fe1 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    273f71f View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    ab8789a View commit details
    Browse the repository at this point in the history
  97. JK fitness 577 bike cagnulein#1032

    cagnulein authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    af89b53 View commit details
    Browse the repository at this point in the history
  98. Test Videos with higher fps Rates (cagnulein#1024)

    * Test Videos with higher fps Rates
    
    * Set the speed limit higher, no longer a Problem
    
    * iOS project updated
    
    Co-authored-by: Roberto Viola <[email protected]>
    2 people authored and drmason789 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    5586017 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    55e3a20 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    670dc1c View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    c4ce1ff View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    b017962 View commit details
    Browse the repository at this point in the history
  2. cagnulein#855 tests for Trixter X-Dream V1 Bike. Since detection curr…

    …ently requires an actual device, the valid name / enabled in settings test fails.
    drmason789 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    88ab645 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    7dd4f14 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    8602c1e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    a9ae837 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    a234166 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    4776da6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f067d91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7c5b9f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    e5fb8a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    4acd8f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    25ff171 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Configuration menu
    Copy the full SHA
    7b6fa73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd1363d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    f64b2da View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    ca4ea11 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    4f7c06f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    862272f View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    4f248e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c72a1d View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. cagnulein#855 do non-bluetooth device discovery even when there are n…

    …o bluetooth devices connected
    drmason789 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    6fb3401 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    1076221 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcca91e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e637805 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    4f06201 View commit details
    Browse the repository at this point in the history
  2. cagnulein#855 try to install QT serial port library for IOS

    Signed-off-by: David Mason <[email protected]>
    drmason789 authored Jan 2, 2024
    2 Configuration menu
    Copy the full SHA
    fbb7559 View commit details
    Browse the repository at this point in the history
  3. cagnulein#855 try the non-dev version

    Signed-off-by: David Mason <[email protected]>
    drmason789 authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    a301720 View commit details
    Browse the repository at this point in the history
  4. cagnulein#855 add command to list available modules for IOS QT instal…

    …lation
    
    Signed-off-by: David Mason <[email protected]>
    drmason789 authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    7e91adc View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. cagnulein#855 towards disabling support for the Trixter X-Dream bike …

    …in iOS (which apparently does not support RS232)
    drmason789 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    6f0f30e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f329bcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f95f9db View commit details
    Browse the repository at this point in the history
  4. cagnulein#855

    drmason789 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    90ada8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0689cb View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. cagnulein#855 more sensible behaviour in Zwift now, but still a stran…

    …ge target power surge at the start
    drmason789 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a400c43 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. cagnulein#855 updated with bilinearly interpolated power table, and u…

    …nit test for the power calculations
    drmason789 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d9dfff9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90e4962 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    b4d1b53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f76917 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    f67fef4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    c56ad68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5d45b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e0be29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a46802 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    7e17845 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    3c90a7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a2e2c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbb1453 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87f75f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa62f97 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    22cbff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb638e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f06e27f View commit details
    Browse the repository at this point in the history
  4. cagnulein#855 simplify #ifs

    drmason789 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    687b974 View commit details
    Browse the repository at this point in the history
  5. cagnulein#855 update label in settings to indicate it's Windows/Linux…

    … only. Attempt to avoid linking serial port library in iOS.
    drmason789 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    73ffe01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    658db46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44d2cde View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bab860c View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    bba3425 View commit details
    Browse the repository at this point in the history
  2. cagnulein#855 align main.yaml with master

    Signed-off-by: David Mason <[email protected]>
    drmason789 authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c75219f View commit details
    Browse the repository at this point in the history
  3. cagnulein#855 revert characteristicwriteprocessor.cpp

    Signed-off-by: David Mason <[email protected]>
    drmason789 authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    dfacc78 View commit details
    Browse the repository at this point in the history
  4. cagnulein#855 revert settings.qml

    Signed-off-by: David Mason <[email protected]>
    drmason789 authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1065d7b View commit details
    Browse the repository at this point in the history
  5. cagnulein#855 revert horizontreadmill.h

    Signed-off-by: David Mason <[email protected]>
    drmason789 authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    4cbc2a6 View commit details
    Browse the repository at this point in the history
  6. cagnulein#855

    drmason789 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2100f50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cebd52b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ca5534 View commit details
    Browse the repository at this point in the history
  9. cagnulein#855 revert main.yaml

    Signed-off-by: David Mason <[email protected]>
    drmason789 authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ec24b4b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8a7deb8 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    d6836a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9208a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    c53cf3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f323dc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    146e925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7539b9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31fbc7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8e6a07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bc6e7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a43ce26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28883ca View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. cagnulein#855 refactoring

    - Moved some classes into own files.
    - Use serialportdata object to get list of ports
    - Don't include QSerialPort implementation of serialportdata in iOS or Android builds.
    drmason789 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ba8f0ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c6462b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    c63b78f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    3f9bc9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4b62e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    5e1b2c4 View commit details
    Browse the repository at this point in the history
  2. cagnulein#855 restored Trixter X-Dream bike settings to setting.qml a…

    …nd rearranged the steering calibration options to use a column layout because the row layout was unworkable in a narrow (e.g. smartphone) display
    drmason789 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    d71208b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    894e208 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. cagnulein#855 alterations to send resistance packet at consistent tim…

    …e intervals (previously very inconsistent)
    drmason789 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    56c6ff5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    512d0a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    430eab0 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    8e1a64d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fd9f36 View commit details
    Browse the repository at this point in the history
  3. cagnulein#855

    drmason789 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    c9cba88 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    5fc44a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    6f0c603 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    8f74a32 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    b8bfdef View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    a9546e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    a816364 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    734fc16 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    36a8420 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Kingsmith K12 cagnulein#2642

    cagnulein authored and drmason789 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9dc3b00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9293aab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b05c9be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a28b92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1b1390 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56959e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c0465c View commit details
    Browse the repository at this point in the history
  8. Proform 575i (Issue cagnulein#2652)

    cagnulein authored and drmason789 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    92eaf18 View commit details
    Browse the repository at this point in the history
  9. Update project.pbxproj

    cagnulein authored and drmason789 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ed60df1 View commit details
    Browse the repository at this point in the history
  10. 2.18.0 android

    cagnulein authored and drmason789 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5564c45 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Merge remote-tracking branch 'remotes/origin/master' into trixter-xdr…

    …eam-v1-bike
    
    Adjusted tests for X-Dream. Not working currently.
    drmason789 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    48ad26b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5138669 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a6b358 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    b00d369 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    045557d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    781237e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    2933d82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b24dba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30d1f87 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    4c47c1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e7dfeb View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    d3c6151 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b814899 View commit details
    Browse the repository at this point in the history