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 4468d1f commit 14b0a0aCopy full SHA for 14b0a0a
steps/step-7-webserver/pico-w5500/Makefile
@@ -32,7 +32,7 @@ firmware.uf2: firmware.bin $(BIN2UF2)
32
# Requires env variable VCON_API_KEY set
33
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
+ curl --fail -su :$(VCON_API_KEY) $(DEVICE_URL)/tx?t=20 | tee /tmp/output.txt
36
grep 'READY, IP:' /tmp/output.txt
37
38
update: build
0 commit comments