Skip to content

telemetry message for factory end of line test #34

Open
@Benhalor

Description

@Benhalor

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions