gkoh / furble

A bluetooth wireless remote shutter release/button for Fujifilm X/GFX and Canon EOS cameras.

Home Page:https://furble-web-installer.koh.wtf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for web based installer

gkoh opened this issue · comments

With technical advance and the advent of esp-web-tools, flashing furble to a device can now be done without needing to install software.

The following can be done to support this:

  • publish all 4 binary artifacts generated by platformio for flashing an ESP32
  • publish a manifest as required by esp-web-tools
  • create a very basic index page to include esp-web-tools
  • identify a hosting platform for the web installer
  • create a workflow to automate upload and deployment during release