Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 6c36b91

Browse files
committed
updated event enumerated data
1 parent 6fd0812 commit 6c36b91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/phpFITFileAnalysis.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,10 @@ class phpFITFileAnalysis
154154
36 => 'calibration',
155155
42 => 'front_gear_change',
156156
43 => 'rear_gear_change',
157+
44 => 'rider_position_change',
157158
45 => 'elev_high_alert',
158-
46 => 'elev_low_alert'
159+
46 => 'elev_low_alert',
160+
47 => 'comm_timeout'
159161
],
160162
'event_type' => [
161163
0 => 'start',

0 commit comments

Comments
 (0)