makers-for-life / makair-control-ui

🖥 [Software] GUI application that uses the telemetry protocol to control the ventilator.
Other
22 stars 11 forks source link

Unsupported telemetry protocol version check and error if protocol is incompatible #51

Closed valeriansaliou closed 4 years ago

valeriansaliou commented 4 years ago

Then if protocol mismatches the UI should show “protocol error, please update" — re-use the error screen and show a variant of it for protocol errors.

As we are backwards-compatible, this should only check for unsupported protocol versions that are greater than the maximum supported version.