Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 96f8f7b

Browse files
authored
Update README.md
1 parent f67e2b1 commit 96f8f7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,14 @@ pip install blynk-library-python
7979
- Get the latest [MicroPython](https://micropython.org/download) firmware and flash it to your board
8080
**Note:** for ESP32 you can also try [LoBo](https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/firmwares) firmware
8181
- Edit [ESP8266_ESP32.py](examples/hardware/ESP8266_ESP32.py) example (put your `auth token` and wifi credentials)
82-
- Use `ampy` or any other method to transfer files to the device.
82+
- Use `ampy` or any other method to transfer files to the device
8383
```sh
8484
export AMPY_PORT=/dev/ttyUSB0
8585
ampy mkdir /lib
8686
ampy put BlynkLib.py /lib/BlynkLib.py
8787
ampy put ./examples/hardware/ESP8266_ESP32.py main.py
8888
```
89+
**Note:** LoBo firmware stores files uder `/flash` directory, use `ampy mkdir /flash/lib` and so on
8990
- Open device terminal and reboot the board (or type `import main`)
9091

9192
__________

0 commit comments

Comments
 (0)