fit icon indicating copy to clipboard operation
fit copied to clipboard

all: support for FIT protocol 2.x

Open beyoung opened this issue 7 years ago • 5 comments

error decoding header: not supported: protocol version 2.x not supported by sdk protocol version 1.0

Would be great thx if fit supports version 2.x. ~_~.

beyoung avatar Sep 22 '16 07:09 beyoung

Yes, this is on my todo-list.

tormoder avatar Sep 22 '16 19:09 tormoder

Got a sense of what it'd take? I might have a go at it, but I'm not familiar with the differences between 1 and 2.

djk121 avatar Jan 18 '17 02:01 djk121

Thanks for your interest.

Yes, I think so.

I believe it is mainly support for some new base types + developer data support. I plan to support 2.0 without support for developer data first, and implement that later.

I've actually done most of it, and have a bunch of commits I plan to push soon.

tormoder avatar Jan 18 '17 19:01 tormoder

OK, I'll sit tight for a few days. Thanks!

djk121 avatar Jan 20 '17 20:01 djk121

It should be possible to decode protocol version 2 files as long as they don't use Developer data fields.

tormoder avatar Apr 03 '17 18:04 tormoder