mkWLED/flash8266.sh

4 lines
101 B
Bash
Executable File

echo '[*] Flashing WLED...'
esptool.py write_flash 0x0 ./WLED_0.13.0-b6_ESP8266.bin
echo '[*] Done.'