Skip to content

Commit 61f5862

Browse files
authored
chore: upgrade garmin fit sdk profile version 21.195.0 (#27)
* chore: upgrade garmin fit sdk profile version 21.195.0 Signed-off-by: friendsa <github@duanfei.org> * chore: upgrade garmin fit sdk profile version 21.195.0 * add news Signed-off-by: friendsa <github@duanfei.org> --------- Signed-off-by: friendsa <github@duanfei.org>
1 parent 42fbd5f commit 61f5862

File tree

129 files changed

+128
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+128
-126
lines changed

fit_tool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
PROTOCOL_VERSION = '2.4'
2-
SDK_VERSION = '21.194.0'
2+
SDK_VERSION = '21.195.0'
33
FIT_DATA_TYPE = b'.FIT'

fit_tool/gen/Profile_21.194.0.xlsx

-242 KB
Binary file not shown.

fit_tool/gen/Profile_21.195.0.xlsx

242 KB
Binary file not shown.

fit_tool/profile/messages/aad_accel_features_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Autogenerated. Do not modify.
22
#
3-
# Profile: 21.194.0
3+
# Profile: 21.195.0
44
from typing import Optional
55

66
from fit_tool.base_type import BaseType

fit_tool/profile/messages/accelerometer_data_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Autogenerated. Do not modify.
22
#
3-
# Profile: 21.194.0
3+
# Profile: 21.195.0
44
from typing import Optional
55

66
from fit_tool.base_type import BaseType

fit_tool/profile/messages/activity_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Autogenerated. Do not modify.
22
#
3-
# Profile: 21.194.0
3+
# Profile: 21.195.0
44
from typing import Optional
55

66
from fit_tool.base_type import BaseType

fit_tool/profile/messages/ant_channel_id_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Autogenerated. Do not modify.
22
#
3-
# Profile: 21.194.0
3+
# Profile: 21.195.0
44
from typing import Optional
55

66
from fit_tool.base_type import BaseType

fit_tool/profile/messages/ant_rx_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Autogenerated. Do not modify.
22
#
3-
# Profile: 21.194.0
3+
# Profile: 21.195.0
44
from typing import Optional
55

66
from fit_tool.base_type import BaseType

fit_tool/profile/messages/ant_tx_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Autogenerated. Do not modify.
22
#
3-
# Profile: 21.194.0
3+
# Profile: 21.195.0
44
from typing import Optional
55

66
from fit_tool.base_type import BaseType

fit_tool/profile/messages/aviation_attitude_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Autogenerated. Do not modify.
22
#
3-
# Profile: 21.194.0
3+
# Profile: 21.195.0
44
from typing import Optional
55

66
from fit_tool.base_type import BaseType

0 commit comments

Comments
 (0)