There was an error while loading. Please reload this page.
1 parent 15e230d commit 7d7f5beCopy full SHA for 7d7f5be
README.md
@@ -6,6 +6,7 @@ The current features are to create an Arduino CMake project in one click, and to
6
7
For those asking how to upload, you need to specify the serial port in the CMakeLists.txt file. For example:
8
set(${CMAKE_PROJECT_NAME}_BOARD uno)
9
+
10
set(${CMAKE_PROJECT_NAME}_PORT /dev/ttys0)
11
12
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