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 74019a0 commit b1f79f6Copy full SHA for b1f79f6
step-7-webserver/pico-w5500/Makefile
@@ -30,7 +30,7 @@ firmware.uf2: firmware.bin $(BIN2UF2)
30
$(BIN2UF2) $< $@
31
32
# Requires env variable VCON_API_KEY set
33
-DEVICE_URL ?= https://dash.vcon.io/api/v3/devices/1
+DEVICE_URL ?= https://dash.vcon.io/api/v3/devices/3
34
test: update
35
curl --fail -su :$(VCON_API_KEY) $(DEVICE_URL)/tx?t=5 | tee /tmp/output.txt
36
grep 'Ethernet: up' /tmp/output.txt
0 commit comments