mkWLED/flash8266.sh

4 lines
101 B
Bash
Raw Permalink Normal View History

2021-12-16 11:17:48 +01:00
echo '[*] Flashing WLED...'
esptool.py write_flash 0x0 ./WLED_0.13.0-b6_ESP8266.bin
2021-12-16 11:17:48 +01:00
echo '[*] Done.'