This repository has been archived by the owner on Jan 17, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
swapped length field byte order in write flash packet, fixes mistake …
…in write flash packet (size field) #41
- Loading branch information
dd74d95
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I analyzed official updater code and it appears that both variants are incorrect, see packet structure here for details: https://github.com/qrp73/K5TOOL/blob/main/Packets/PacketFlashWriteReq.cs
K5TOOL now has fixed packet structure to be compatible with official updater.