Skip to content

Commit 4fd72e6

Browse files
committed
Remove redundant call
1 parent 8d419f5 commit 4fd72e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

step-7-webserver/pico-w5500/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ firmware.uf2: firmware.bin $(BIN2UF2)
3232
# Requires env variable VCON_API_KEY set
3333
DEVICE_URL ?= https://dash.vcon.io/api/v3/devices/1
3434
test: build
35-
curl -su :$(VCON_API_KEY) $(DEVICE_URL) | tee /tmp/a
3635
curl --fail -su :$(VCON_API_KEY) $(DEVICE_URL)/ota?uf2=1 --data-binary @firmware.uf2
3736
curl --fail -su :$(VCON_API_KEY) $(DEVICE_URL)/tx?t=5 | tee /tmp/output.txt
3837
grep 'Ethernet: ' /tmp/output.txt

0 commit comments

Comments
 (0)