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
With the ESP web tools we can allow initial installation (aka flashing) via web browser. This can even be extended to include WiFi configuration once improv is released working via serial.
Problem is that the installation needs a rather static web page with some options, a manifest file, and the needed binaries. The binaries can be external (url reachable) resources but the urls must be part of the manifest.yaml.
I tried to put all in the release page, but it seems we can not add script content into the GitHub rendered page. So we might add the page to the documentation area. Adding all *.bin and the manifest.yaml as release of the OpenBikeSensorFirmware artifact would allow us to create a static page that uses JavaScript to select the intended download version (latest). I need to mention that we also need to set some cors HTTP headers for this setup to work.
With the ESP web tools we can allow initial installation (aka flashing) via web browser. This can even be extended to include WiFi configuration once improv is released working via serial.
Problem is that the installation needs a rather static web page with some options, a manifest file, and the needed binaries. The binaries can be external (url reachable) resources but the urls must be part of the
manifest.yaml
.I tried to put all in the release page, but it seems we can not add script content into the GitHub rendered page. So we might add the page to the documentation area. Adding all
*.bin
and themanifest.yaml
as release of the OpenBikeSensorFirmware artifact would allow us to create a static page that uses JavaScript to select the intended download version (latest). I need to mention that we also need to set some cors HTTP headers for this setup to work.A static sample for WLED can be found at https://github.com/Aircoookie/WLED-WebFlasher.
The text was updated successfully, but these errors were encountered: