Open
Description
A new type of message should be added to send messages from the firmware to the UI during the factory end of line test
The following informations should be in this message :
- uint16_t stepNumber
- uint8_t stepStatus : 0 = fail, 1 = success, 2 = in progress
- String message : a string to display on the UI. No translation required because this is only a factory mode
- some numbers should be send, but due to the fact, that the amount and type of theses numbers is different at each message, it would be easier to send the numbers as text in the String message
- bool lastMessage : true if this is the last message
On the other direction, the UI should be able to send message to the firmware when the user clicks on the "NEXT" button
Metadata
Metadata
Assignees
Labels
No labels