Use IDE libs
This commit is contained in:
parent
1c437aeb93
commit
c88e55d53d
2
.vscode/run
vendored
2
.vscode/run
vendored
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
./bin/arduino-cli compile --fqbn arduino:avr:uno code --libraries ./libraries/ --build-path ./build --clean
|
./bin/arduino-cli compile --fqbn arduino:avr:uno code --libraries $HOME/.arduino15/libraries/ --build-path ./build --clean
|
||||||
|
|
||||||
echo "Starting simulation..."
|
echo "Starting simulation..."
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user