FITmetadata.json

.. clarify how to make updates in the README

.. replace the fit_example.h from the current SDK

.. added Garmin devices not yet supported in the SDK to
   the nongarmin.json file

.. updated the makefile to use python3 and update when
   the python program is changed.
This commit is contained in:
Mark Liversedge
2022-08-17 14:20:16 +01:00
parent 3180a166d8
commit ce089de33e
6 changed files with 34 additions and 12 deletions

View File

@@ -1,3 +1,3 @@
../../src/Resources/json/FITmetadata.json: fit_example.h nongarmin.json
python fitprod.py > ../../src/Resources/json/FITmetadata.json
../../src/Resources/json/FITmetadata.json: fit_example.h nongarmin.json fitprod.py
python3 fitprod.py > ../../src/Resources/json/FITmetadata.json