Big update#51
Conversation
…ED-WebInstaller into new_webtool_version
| { | ||
| "chipFamily": "ESP8266", | ||
| "parts": [{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/nightly/WLED_0.16.0-alpha_ESP8266.bin", "offset": 0 }] | ||
| } | ||
| ] |
There was a problem hiding this comment.
Is this right? listing the normal build as ethernet?
There was a problem hiding this comment.
kinda a relic from the past. when i picked up the maintaining it was already there from when AC did it.
i could delete that.
|
@netmindz 0.15.1 release added. |
| { | ||
| "chipFamily": "ESP32", | ||
| "parts": [ | ||
| { "path": "esp32_bootloader_v4.bin", "offset": 0 }, |
There was a problem hiding this comment.
The regular esp32dev env is still using V3 IDF isn't it? Is the V4 bootloader backwards compatible with v3?
There was a problem hiding this comment.
didnt notice that. according to the docs it shouldnt work.
The bootloader does not support booting apps from older versions of ESP-IDF.
https://docs.espressif.com/projects/esp-idf/en/release-v4.3/esp32/api-guides/bootloader.html
but that bootloader has been there before my first PR which was in June 2023.
and i used the same bootloader on the test in the nightly and it works, so it is a v4 bootloader not just a strange name?.
since 2023 on the webinstaller.
i am able to install the 0.14.3 release and then OTA on the v4 nightly version...
| "version": "0.16.0-aplha test", | ||
| "home_assistant_domain": "wled", | ||
| "new_install_prompt_erase": true, | ||
| "builds": [ |
There was a problem hiding this comment.
Can we add the esp32 V4 as an experimental please?
Changing the webtools versioon to the most recent available
Changing the manifest to use the github download links instead of a local file
Adding nightly release
removing old files of past betas and releases that are not shown anymore
adding release 0.15.1
can be tested here: https://lost-hope.github.io/WLED-WebInstaller/