Skip to content

Commit

Permalink
[578] fix: vo2 and TE not updating on Garmin Connect (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
philosowaffle authored Jan 2, 2024
1 parent 182efb6 commit d6b85b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added images/P2G_Architecture_Diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Conversion/IConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public abstract class Converter<T> : IConverter
Name = "TacxTrainingAppWin", // Max 20 Chars
ProductID = GarminProduct.TacxTrainingAppWin,
UnitId = 1,
ManufacturerId = 1, // Garmin
ManufacturerId = 89, // Tacx
Version = new GarminDeviceVersion()
{
VersionMajor = 1,
Expand Down
1 change: 1 addition & 0 deletions vNextReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [#581] Fix broken Documentation link in UI
- [#580] Console Client couldn't load configuration file correctly (introduced by #564)
- [#588] Fix Annual Challenge page still trying to load 2023
- [#578] Fix VO2 and TE not updating on Garmin Connect

## Docs

Expand Down

0 comments on commit d6b85b6

Please sign in to comment.