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

Commit ca5c547

Browse files
Update README.md
1 parent e01947d commit ca5c547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ echo 'The difference (in seconds) between FIT and Unix timestamps is '. number_f
296296
```
297297
By default, fields of type date_time and local_date_time read from FIT files will have this delta added to them so that they can be treated as Unix time. If the FIT timestamp is required, the 'garmin_timestamps' option can be set to true.
298298

299-
### Overwrite with Developer Data
299+
#### Overwrite with Developer Data
300300
The FIT standard allows developers to define the meaning of data without requiring changes to the FIT profile being used. They may define data that is already incorporated in the standard - e.g. HR, cadence, power, etc. By default, if developers do this, the data will overwrite anything in the regular ```$pFFA->data_mesgs['record']``` array. If you do not want this occur, set the 'overwrite_with_dev_data' option to false. The data will still be available in ```$pFFA->data_mesgs['developer_data']```.
301301

302302
## Analysis

0 commit comments

Comments
 (0)