The firmware may not be finished when we ship the devices. we also want to release new features or bug-fixes. How can we do this in a easy way for users?
- rely on a (tagged) release version on GitHub, which users should download and build themselves
- provide a single file, which users have to upload to the ESP32 via terminal
- some kind of automation
The firmware may not be finished when we ship the devices. we also want to release new features or bug-fixes. How can we do this in a easy way for users?