diff --git a/README.md b/README.md index cf4de61..6315578 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ python3 esptool.py --port /dev/cu.usbserial-1420 erase_flash // Windows python esptool.py --port COM5 erase_flash ``` + +If you're having problems on Windows, use: +``` +esptool --port COM5 erase_flash +``` + **NOTE:** You should change the serial port listed here to the one which corresponds to your connected Inkplate device. Now it's possible to flash MicroPython firmware. Do so by running this command: @@ -122,4 +128,4 @@ Inkplate boards are available for purchase via: - [Crowd Supply](https://www.crowdsupply.com/soldered) - [Mouser](https://hr.mouser.com/Search/Refine?Keyword=inkplate) -For all questions and issues please reach us via [e-mail](mailto:hello@soldered.com) or our [contact form](https://soldered.com/contact/). \ No newline at end of file +For all questions and issues please reach us via [e-mail](mailto:hello@soldered.com) or our [contact form](https://soldered.com/contact/).