Added support for esp8266

This commit is contained in:
Dominik Moritz Roth 2022-01-11 13:42:19 +01:00
parent 225162dfc7
commit f6542714d3
3 changed files with 5 additions and 0 deletions

BIN
WLED_0.13.0-b6_ESP8266.bin Normal file

Binary file not shown.

5
flash8266.sh Executable file
View File

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