Skip to content

Commit d44bdaf

Browse files
committed
Update test
1 parent d1a6197 commit d44bdaf

File tree

1 file changed

+1
-1
lines changed
  • steps/step-7-webserver/pico-w5500

1 file changed

+1
-1
lines changed

steps/step-7-webserver/pico-w5500/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ firmware.uf2: firmware.bin $(BIN2UF2)
3333
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
36-
grep 'Ethernet: ready' /tmp/output.txt
36+
grep 'READY, IP:' /tmp/output.txt
3737

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

0 commit comments

Comments
 (0)