Skip to content

Commit 473659b

Browse files
Update README.md
1 parent 8443504 commit 473659b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ 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

9-
set(${CMAKE_PROJECT_NAME}_BOARD uno)
10-
11-
set(${CMAKE_PROJECT_NAME}_PORT /dev/ttys0)
9+
set(${CMAKE_PROJECT_NAME}_BOARD uno)
10+
set(${CMAKE_PROJECT_NAME}_PORT /dev/ttys0)
1211

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

0 commit comments

Comments
 (0)