Skip to content

Commit 8978728

Browse files
committed
added test command
1 parent 633655b commit 8978728

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ install:
3030
arduino-cli lib install Ethernet
3131
arduino-cli lib install Bridge
3232

33+
test:
34+
# expects repository to be linked to libraries
35+
arduino-cli compile --fqbn "esp32:esp32:esp32:FlashFreq=80" ./examples/ESP32DevelopmentBoard
36+
3337
build:
3438
# expects repository to be linked to libraries
3539
arduino-cli compile --fqbn "esp8266:esp8266:huzzah:eesz=4M3M,xtal=80" ./examples/AdafruitHuzzahESP8266

0 commit comments

Comments
 (0)