Difference between revisions of "Wled"
 (add esptool flashing)  | 
				 (D2)  | 
				||
| Line 11: | Line 11: | ||
esptool.py -p com4 write_flash 0x0 ./esp32_bootloader_v4.bin  | esptool.py -p com4 write_flash 0x0 ./esp32_bootloader_v4.bin  | ||
esptool.py write_flash 0x10000 ./WLED_0.14.2_ESP32.bin  | esptool.py write_flash 0x10000 ./WLED_0.14.2_ESP32.bin  | ||
| + | #D2 = 2 in config  | ||
</source>  | </source>  | ||
Revision as of 18:44, 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
#D2 = 2 in config