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 a3288fd commit 5da0af5Copy full SHA for 5da0af5
build_script.sh
@@ -12,6 +12,6 @@ cp ../lib/inc/dht11lib.h ../lib/src/dht11lib.c ../arduino/dht11
12
13
# Compile sketch
14
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
15
-./bin/arduino-cli version # for debug
+./bin/arduino-cli core update-index
16
./bin/arduino-cli core install arduino:avr
17
./bin/arduino-cli compile -b arduino:avr:uno ../arduino/dht11
0 commit comments