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 8d419f5 commit 4fd72e6Copy full SHA for 4fd72e6
step-7-webserver/pico-w5500/Makefile
@@ -32,7 +32,6 @@ firmware.uf2: firmware.bin $(BIN2UF2)
32
# Requires env variable VCON_API_KEY set
33
DEVICE_URL ?= https://dash.vcon.io/api/v3/devices/1
34
test: build
35
- curl -su :$(VCON_API_KEY) $(DEVICE_URL) | tee /tmp/a
36
curl --fail -su :$(VCON_API_KEY) $(DEVICE_URL)/ota?uf2=1 --data-binary @firmware.uf2
37
curl --fail -su :$(VCON_API_KEY) $(DEVICE_URL)/tx?t=5 | tee /tmp/output.txt
38
grep 'Ethernet: ' /tmp/output.txt
0 commit comments