Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner authored Mar 7, 2024
1 parent 2b2b22a commit 8de8bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Install [esptool](https://github.com/espressif/esptool) and run
esptool --port /dev/ttyUSB0 --chip esp32 write_flash 0x0 ZeDMD.bin
```

For sure you have to replace the `--port` optition with the serial port the ESP32 is connected to.
For Windows that might be `--port COM3`.
For sure you have to replace the `--port /dev/ttyUSB0` optition with the serial port the ESP32 is connected to.
For Windows that might be `--port COM3` instead of `--port /dev/ttyUSB0`.

### platformio ("from source")

Expand Down

0 comments on commit 8de8bd6

Please sign in to comment.