Update README.MD

This commit is contained in:
Volodymyr Shymanskyy
2019-07-08 14:52:29 +03:00
committed by GitHub
parent 939b6df4dd
commit 992e6a4100
+3 -1
View File
@@ -1,7 +1,9 @@
## Flash Micropython to ESP32
The recommended version of Micropython for this board is `MicroPython_LoBo_esp32_psram_all.zip` from [LoBo prebuilt packages](https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/tree/master/MicroPython_BUILD/firmware).
The recommended version of Micropython for this board is
[`MicroPython_LoBo_esp32_psram_all.zip`](https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/raw/master/MicroPython_BUILD/firmware/MicroPython_LoBo_esp32_psram_all.zip)
from [LoBo prebuilt packages](https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/tree/master/MicroPython_BUILD/firmware).
Flash using [`esptool`](https://github.com/espressif/esptool):
```sh