You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect an [Arduino UNO Q](https://www.arduino.cc/product-uno-q) board to the PC via USB.
19
+
20
+
-`task board:install` it installs the current `arduino-app-cli` inside the board (`adb` is needed). The password of the `ardiuno` username of the board is requested.
15
21
16
22
## Running Checks
17
23
18
24
Checks and tests are set up to ensure the project content is functional and compliant with the established standards.
19
25
20
-
<!-- TODO: add instructions for running checks -->
26
+
-`task fmt-check`
27
+
-`task test`
21
28
22
29
## Automatic Corrections
23
30
24
31
Tools are provided to automatically bring the project into compliance with some of the required checks.
25
32
26
-
<!-- TODO: add instructions for running fix operations -->
0 commit comments