diff --git a/flash8266.sh b/flash8266.sh index 08fcfd0..0b76f0a 100755 --- a/flash8266.sh +++ b/flash8266.sh @@ -1,5 +1,3 @@ -echo '[*] Flashing Bootloader...' -esptool.py write_flash 0x0 ./esp32_bootloader_v4.bin 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.'