generated from amosproj/amos202Xss0Y-projname
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
User story
- As a developer
- I need to include version information in the s19 file
- So that the customer can know what software version he is flashing
Acceptance criteria
- When getting any version information from the s19 file, take it from the struct and not the header
- Still display the s19 header when opening a file (but only in developer mode)
Struct
struct data{
uint64_t magic_number;
char asw_version[8];
char asw_version_comment[40]; // e.g. Bremse vorne links
uint64_t magic_number2;
}Definition of done (DoD)
- Code review has been completed
- Code has been merged
- Feature branch has been deleted
- Update method signatures in architecture diagram
- MCU & GUI build after merge
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Product Backlog