Added support for esp8266
This commit is contained in:
parent
225162dfc7
commit
f6542714d3
BIN
WLED_0.13.0-b6_ESP8266.bin
Normal file
BIN
WLED_0.13.0-b6_ESP8266.bin
Normal file
Binary file not shown.
5
flash8266.sh
Executable file
5
flash8266.sh
Executable 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.'
|
Loading…
Reference in New Issue
Block a user