Skip to content

add model-specific information to TCX output#172

Open
dlenski wants to merge 1 commit intoryanbinns:masterfrom
dlenski:model_specific_info
Open

add model-specific information to TCX output#172
dlenski wants to merge 1 commit intoryanbinns:masterfrom
dlenski:model_specific_info

Conversation

@dlenski
Copy link
Contributor

@dlenski dlenski commented Dec 1, 2020

Bit of code I've had sitting around forever, to include information on the particular model of watch in the converted TCX output.

case 0x03ec: model="Multi-Sport Cardio"; break;
case 0x07d8: model="Runner 2 Cardio"; break; // https://github.com/ryanbinns/ttwatch/issues/92
// Firmware for 0x07d[1-7] exists at http://download-test.tomtom.com/sweet/fitness/Firmware/Dx070000/FirmwareVersionConfigV2.xml
default: snprintf(model_buf, sizeof(model_buf), 'Unknown (0x%04x)'); break;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Grimler91, I know you've done a lot of work with the v2/v3 models. Do you have any other product IDs you could fill in here?

@dlenski dlenski force-pushed the model_specific_info branch from 8d5bbcb to 4c98669 Compare October 4, 2023 15:38
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.

1 participant