FIT SDK now comes with Profile.xlsx (previously Profile.xls) so tools/generate_profile.py needs to be updated (using openpyxl?).
As a workaround, it is possible to manually convert Profile.xlsx to the old format and pass it generate_profile directly.
Caution with that though since the resulting profile.py will not contain SDK's version number in its header.
FIT SDK now comes with
Profile.xlsx(previouslyProfile.xls) sotools/generate_profile.pyneeds to be updated (using openpyxl?).As a workaround, it is possible to manually convert
Profile.xlsxto the old format and pass itgenerate_profiledirectly.Caution with that though since the resulting
profile.pywill not contain SDK's version number in its header.