Skip to content

Commit 7d7f5be

Browse files
Update README.md
1 parent 15e230d commit 7d7f5be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The current features are to create an Arduino CMake project in one click, and to
66

77
For those asking how to upload, you need to specify the serial port in the CMakeLists.txt file. For example:
88
set(${CMAKE_PROJECT_NAME}_BOARD uno)
9+
910
set(${CMAKE_PROJECT_NAME}_PORT /dev/ttys0)
1011

1112
This will create the 'upload' configuration in your Run Configurations and you can click the Run button or use the keyboard shortcut to upload.

0 commit comments

Comments
 (0)