yaourdt / mgos-to-tasmota

A minimal firmware for OTA (over the air) flashing Tasmota, HAA, or ESPurna from Mongoose OS or compatible firmware types.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement to enable mgos-to-wled ?

andrewwong2000 opened this issue · comments

Thanks for this very handy method for flashing my Shelly RGBW2 to Tasmota!

Wondering if it would be possible to enable a way to reflash to WLED in one step ?

Thanks,
Andrew

Maybe this works in mos.yml ?

  • when: build_vars.TARGETFW == "wled"
    apply:
    config_schema:
    - ["mg2x.url", "s", "https://github.com/Aircoookie/WLED/releases/download/v0.13.1/WLED_0.13.1_ESP02.bin", {"title": "URL of target firmware"}]