Skip to content

Commit c3526ab

Browse files
committed
add note for ESP-IDF version (see #9)
1 parent eb64170 commit c3526ab

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ https://docs.espressif.com/projects/esp-idf/en/latest/esp32/index.html
2121

2222
After install esp-idf, you need to install jinja2 library in esp-idf environment.
2323

24+
Currently, we checked the operation of basic sapmles with esp-idf v5.1.1.
25+
2426
## git clone and settings
2527
```
2628
git clone --recursive https://github.com/mROS-base/mros2-esp32.git
@@ -50,9 +52,9 @@ Currently, the following examples are available.
5052
- sub_pose
5153
- sub_uint16
5254
- m5stack_sample
53-
54-
M5Stack_sample project needs [M5Unified](https://github.com/m5stack/M5Unified) and [M5GFX](https://github.com/m5stack/M5GFX) libraries.
55-
Git clone these libraries to ```common/``` directory.
55+
- M5Stack_sample project needs [M5Unified](https://github.com/m5stack/M5Unified) and [M5GFX](https://github.com/m5stack/M5GFX) libraries.
56+
Git clone these libraries to ```common/``` directory.
57+
Note that you need to use ESP-IDF v4.4.4 to try this sample due to the compatibility of these libraries.
5658

5759

5860
The following examples are under development. untested.

0 commit comments

Comments
 (0)