- Goto your sketch folder
- and execute the arduino-cli command
cd /home/arduino/ArduinoApps/heartratemonitor/sketch
arduino-cli compile --fqbn arduino:zephyr:unoq sketch.ino
you can check the used board:
arduino-cli board list
arduino-cli compile --upload --fqbn arduino:zephyr:unoq sketch.ino
Doing compiling and uploading, we can configure a task. / lauch.json:
Written with StackEdit.



