Fixed: Use correct bootloader on esp8266

This commit is contained in:
Dominik Moritz Roth 2022-01-11 13:43:29 +01:00
parent f6542714d3
commit ce69f01931

View File

@ -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.'