Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed Aug 28, 2024
1 parent d1a6197 commit d44bdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/step-7-webserver/pico-w5500/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ firmware.uf2: firmware.bin $(BIN2UF2)
DEVICE_URL ?= https://dash.vcon.io/api/v3/devices/3
test: update
curl --fail -su :$(VCON_API_KEY) $(DEVICE_URL)/tx?t=5 | tee /tmp/output.txt
grep 'Ethernet: ready' /tmp/output.txt
grep 'READY, IP:' /tmp/output.txt

update: build
curl --fail -su :$(VCON_API_KEY) $(DEVICE_URL)/ota --data-binary @firmware.bin
Expand Down

0 comments on commit d44bdaf

Please sign in to comment.