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
To build this sketch on the command line, you will need the following tools installed. Please see their respective installation guides for instructions on how to install them.
13
+
14
+
1.[make](https://www.gnu.org/software/make/) - Installation of `make` is OS-dependent. The provided link includes a download page for installing make on OSX and Linux. (See [here](https://stackoverflow.com/questions/32127524/how-to-install-and-use-make-in-windows) for more info on installing on Windows).
With those installed you can build the sketch with:
18
+
19
+
```shell
20
+
$ make build
21
+
```
22
+
For deploying the sketch please see the additional info on the [arduino-cli site](https://arduino.github.io/arduino-cli/latest/getting-started/#compile-and-upload-the-sketch).
0 commit comments