You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The firmware should be able to trigger a modal on the UI asking the patient size
I think the best way to do that would be to use the serial protocol in revert mode :
1- the firmware sends a ControlAck for patient_size to the UI with value 0
2- The UI displays a modal asking for patient size
3- The user sets the patient size and click OK
4- The UI sends the patient size to the firmware
The text was updated successfully, but these errors were encountered:
Maybe we should keep the current behavior of ControlAck (that is: to acknowledge any setting change asked by the UI), but we could totally introduce a new telemetry message for this usage, right?
The firmware should be able to trigger a modal on the UI asking the patient size
I think the best way to do that would be to use the serial protocol in revert mode :
1- the firmware sends a ControlAck for patient_size to the UI with value 0
2- The UI displays a modal asking for patient size
3- The user sets the patient size and click OK
4- The UI sends the patient size to the firmware
The text was updated successfully, but these errors were encountered: