Skip to content

Commit cf7d5ef

Browse files
committed
add more targets
1 parent 2e68013 commit cf7d5ef

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Readme.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Please also check [mros2 repository](https://github.com/mROS-base/mros2) for mor
99
## Supported environment
1010
- ESP32-S3-DevKitC-1
1111
- M5Stack Basic
12+
- M5Stack Core2
13+
- M5Stack CoreS3
1214

1315
# Getting Started
1416

@@ -21,12 +23,11 @@ https://docs.espressif.com/projects/esp-idf/en/latest/esp32/index.html
2123
git clone https://github.com/mROS-base/mros2-esp32.git
2224
cd mros2-esp32
2325
```
24-
Change WiFi SSID/Pass and IP address
26+
Change WiFi SSID/Pass
2527
- /main/include/wifi.h
2628

2729
Change IP address
2830
- /components/include/rtps/config.h
29-
- /components/include/netif.h
3031

3132
## Examples
3233
This repository contains some example applications in [workspace/](workspace/) to communicate with ROS 2 nodes on the host.
@@ -49,9 +50,15 @@ The following examples are under development. cannot build now.
4950
- pub_long_string_sub_crc
5051

5152
## build Examples
52-
5353
```
5454
cd workspace/[Example]/
55+
56+
/* M5Stack Basic/Core2 */
57+
idf.py set-target esp32
58+
59+
/* ESP32S3Dev / M5Stack CoreS3 */
60+
idf.py set-target esp32s3
61+
5562
idf.py menuconfig
5663
5764
/* in menuconfig */

0 commit comments

Comments
 (0)