diff --git a/WLED_0.13.0-b6_ESP8266.bin b/WLED_0.13.0-b6_ESP8266.bin new file mode 100644 index 0000000..5d33db9 Binary files /dev/null and b/WLED_0.13.0-b6_ESP8266.bin differ diff --git a/flash.sh b/flash32.sh similarity index 100% rename from flash.sh rename to flash32.sh diff --git a/flash8266.sh b/flash8266.sh new file mode 100755 index 0000000..08fcfd0 --- /dev/null +++ b/flash8266.sh @@ -0,0 +1,5 @@ +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 +echo '[*] Done.'