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

Store the locale code in firmware EEPROM instead #78

Open valeriansaliou opened 3 years ago

valeriansaliou commented 3 years ago

The locale code should be stored in the firmware EEPROM itself, that way the Control UI can be ran on a read-only partition, which is much better in terms of durability.

A telemetry protocol update should be done for this to be possible.

dsferruzza commented 3 years ago

Depending on how we can manipulate the EEPROM, it may or may not be useful to:

valeriansaliou commented 3 years ago

Right, those are all good ideas. All those would be abstracted from the UI by the firmware & telemetry protocol.

valeriansaliou commented 3 years ago

Ref https://github.com/makers-for-life/makair-telemetry/commit/af57f23463d0b5385b89c0fe7152f420c1e3f599