Skip to content

Commit

Permalink
FITRideFile : Add Device types
Browse files Browse the repository at this point in the history
fix #4020
  • Loading branch information
grauser committed Aug 22, 2021
1 parent 31f51db commit 78a4532
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/FileIO/FitRideFile.cpp
Expand Up @@ -647,7 +647,9 @@ struct FitFileReaderState
switch (device_type) {
case 4: return "Headunit"; // bike_power
case 11: return "Powermeter"; // bike_power
case 12: return "Sensor Hub";
case 17: return "Biketrainer"; // fitness equipment
case 30: return "Running Dynamics";
case 35: case 36: return "Bikelight"; // bike_light_main/shared
case 40: return "Bikeradar"; // bike_radar
case 120: return "HR"; // heart_rate
Expand Down

0 comments on commit 78a4532

Please sign in to comment.