Difference between revisions of "Wled"

From Review or Discard at Will
Jump to: navigation, search
m
(add esptool flashing)
Line 7: Line 7:
  
 
https://www.youtube.com/watch?v=exAWzMfmwQ8
 
https://www.youtube.com/watch?v=exAWzMfmwQ8
 +
 +
<source lang="bash">
 +
esptool.py -p com4 write_flash 0x0 ./esp32_bootloader_v4.bin
 +
esptool.py write_flash 0x10000 ./WLED_0.14.2_ESP32.bin
 +
</source>

Revision as of 18:36, 20 March 2024


install.wled.me


https://kno.wled.ge/basics/install-binary/

https://www.youtube.com/watch?v=exAWzMfmwQ8

esptool.py -p com4 write_flash 0x0 ./esp32_bootloader_v4.bin
esptool.py write_flash 0x10000 ./WLED_0.14.2_ESP32.bin