You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ idf.py build
105
105
When the build completed successfully, a binary is generated in `build/echoback_string.bin`.
106
106
107
107
Connect the device to the host via USB cable, and flash the binary to it.
108
-
The default port in Ubuntu may be `/tty/ttyUSB0``, but you may need to change it according to your environment.
108
+
The port `/tty/ttyUSB0` may be adjusted according to your target board and development environment.
109
109
110
110
```
111
111
idf.py -p /tty/ttyUSB0 flash
@@ -262,6 +262,7 @@ You need to edit `./CMakeLists.txt` and `./main/CMakeLists.txt` as the below.
262
262
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
263
263
project(hello_mros2)
264
264
```
265
+
- This is due to avoid build error about `-Werror=format` in mros2-esp32 logging functions. See [#Issue16](https://github.com/mROS-base/mros2-esp32/issues/16) for details.
0 commit comments