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://docs.arduino.cc/hardware/uno-q/) board to the PC via USB.
19
-
20
-
-`task board:install` installs the current version of Arduino App CLI on the board (`adb` is needed). The password of the `arduino` username of the board is requested.
21
-
22
17
## Running Checks
23
18
24
19
Checks and tests are set up to ensure the project content is functional and compliant with the established standards.
25
20
26
21
-`task fmt-check`
27
22
-`task test`
28
23
24
+
## Testing arduino-app-cli into the board
25
+
Connect an [Arduino UNO Q](https://docs.arduino.cc/hardware/uno-q/) board via USB.
26
+
27
+
-`task board:install` installs the current version of Arduino App CLI on the board (`adb` is needed). The password of the `arduino` username of the board is requested.
28
+
29
+
29
30
## Automatic Corrections
30
31
31
32
Tools are provided to automatically bring the project into compliance with some of the required checks.
0 commit comments