We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633655b commit 8978728Copy full SHA for 8978728
Makefile
@@ -30,6 +30,10 @@ install:
30
arduino-cli lib install Ethernet
31
arduino-cli lib install Bridge
32
33
+test:
34
+ # expects repository to be linked to libraries
35
+ arduino-cli compile --fqbn "esp32:esp32:esp32:FlashFreq=80" ./examples/ESP32DevelopmentBoard
36
+
37
build:
38
# expects repository to be linked to libraries
39
arduino-cli compile --fqbn "esp8266:esp8266:huzzah:eesz=4M3M,xtal=80" ./examples/AdafruitHuzzahESP8266
0 commit comments