Skip to content
Snippets Groups Projects
Commit 6171f1af authored by ch3's avatar ch3
Browse files

readme: add comment on version and repl

parent d3c2f2f3
No related branches found
No related tags found
No related merge requests found
Pipeline #5667 passed
......@@ -18,6 +18,8 @@ Please transfer all .py files in python_payload/ for using the demo payload.
## How to install dependencies
Pay attention to install version 4.4. Other versions (specifically 5.x) did not work. To be sure follow the generic instructions below.
### Generic
1. install esp-idf v4.4:
......@@ -108,8 +110,12 @@ $ # or
$ screen /dev/ttyACM0
$ # or (will eat newlines in REPL, though)
$ idf.py -p /dev/ttyACM0 monitor
$ # or
$ mpremote repl /dev/ttyACM0
```
and press Ctrl-C (potentially twice) to exit the debug output.
### Use CMake
`idf.py` calls cmake under the hood for most operations. If you dislike using wrappers you can do the same work yourself:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment