php-fit-file-analysis icon indicating copy to clipboard operation
php-fit-file-analysis copied to clipboard

Error processing FIT files caused by invalid $architecture variable

Open riccode opened this issue 4 years ago • 0 comments

Some FIT files I've processed recently are throwing an error because LINE 1389 returns a value for $architecture which causes an error on LINE 1392 because the value is outside the index of $this->endianness.

Values of $architecture that have been logged recently are 25,121,195.

riccode avatar Aug 17 '21 15:08 riccode