Fixed: Use correct bootloader on esp8266
This commit is contained in:
parent
f6542714d3
commit
ce69f01931
@ -1,5 +1,3 @@
|
|||||||
echo '[*] Flashing Bootloader...'
|
|
||||||
esptool.py write_flash 0x0 ./esp32_bootloader_v4.bin
|
|
||||||
echo '[*] Flashing WLED...'
|
echo '[*] Flashing WLED...'
|
||||||
esptool.py write_flash 0x10000 ./WLED_0.13.0-b6_ESP8266.bin
|
esptool.py write_flash 0x0 ./WLED_0.13.0-b6_ESP8266.bin
|
||||||
echo '[*] Done.'
|
echo '[*] Done.'
|
||||||
|
Loading…
Reference in New Issue
Block a user