Skip to content

Commit b1f79f6

Browse files
committed
Update device URL
1 parent 74019a0 commit b1f79f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

step-7-webserver/pico-w5500/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ firmware.uf2: firmware.bin $(BIN2UF2)
3030
$(BIN2UF2) $< $@
3131

3232
# Requires env variable VCON_API_KEY set
33-
DEVICE_URL ?= https://dash.vcon.io/api/v3/devices/1
33+
DEVICE_URL ?= https://dash.vcon.io/api/v3/devices/3
3434
test: update
3535
curl --fail -su :$(VCON_API_KEY) $(DEVICE_URL)/tx?t=5 | tee /tmp/output.txt
3636
grep 'Ethernet: up' /tmp/output.txt

0 commit comments

Comments
 (0)