Added new export as FIT file format fixes #322

Actual FIT encoding logic created as a new repo "fit-file-writer"
This commit is contained in:
Tobias 2022-09-10 18:40:06 +02:00
parent e492fb994f
commit 3e81d80cc5
7 changed files with 114 additions and 23 deletions

View file

@ -488,6 +488,18 @@
<span data-i18n="export.format_csv">CSV</span>
</label>
</div>
<div class="form-check">
<label class="form-check-label" for="format-fit">
<input
class="form-check-input"
id="format-fit"
type="radio"
name="format"
value="fit"
/>
<span data-i18n="export.format_fit">FIT</span>
</label>
</div>
</div>
</div>
</fieldset>