generated from TDD-Templates/cmake_cpputest_template
Updated instructions for systems that don't use symlinks.
This commit is contained in:
parent
c92d459809
commit
24cfd27402
|
@ -23,6 +23,10 @@
|
||||||
4. Select your development boards version and connection under the drop-down.
|
4. Select your development boards version and connection under the drop-down.
|
||||||
5. Click the Upload button to flash the program.
|
5. Click the Upload button to flash the program.
|
||||||
|
|
||||||
|
If you're developing on a Windows machine or another operating system that
|
||||||
|
doesn't recognize symlinks(symbolic links) then you will need to copy the
|
||||||
|
`src/main.cpp` to the project's root directory as `multi-tracker.ino`.
|
||||||
|
|
||||||
|
|
||||||
### Tests
|
### Tests
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue