kopia lustrzana https://github.com/Aircoookie/WLED
Updated Install WLED binary (markdown)
rodzic
1d864e07f1
commit
69469cab17
|
@ -18,7 +18,7 @@ If the ESP32 is new, you will need to flash the bootloader first. This is not re
|
||||||
```
|
```
|
||||||
esptool.py write_flash 0x0 ./esp32_bootloader.bin
|
esptool.py write_flash 0x0 ./esp32_bootloader.bin
|
||||||
```
|
```
|
||||||
When esptool.py says `Connecting...`, some ESP32 boards require you to hold the boot button (to the right of the USB port for a few seconds)
|
When esptool.py says `Connecting...`, some ESP32 boards require you to hold the boot button (to the right of the USB port) for a few seconds
|
||||||
- If you experience issues, run this command before trying `write_flash` again (Note: this will erase all settings stored on the ESP!)
|
- If you experience issues, run this command before trying `write_flash` again (Note: this will erase all settings stored on the ESP!)
|
||||||
```
|
```
|
||||||
esptool.py erase_flash
|
esptool.py erase_flash
|
||||||
|
|
Ładowanie…
Reference in New Issue