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 d1a6197 commit d44bdafCopy full SHA for d44bdaf
steps/step-7-webserver/pico-w5500/Makefile
@@ -33,7 +33,7 @@ firmware.uf2: firmware.bin $(BIN2UF2)
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
36
- grep 'Ethernet: ready' /tmp/output.txt
+ grep 'READY, IP:' /tmp/output.txt
37
38
update: build
39
curl --fail -su :$(VCON_API_KEY) $(DEVICE_URL)/ota --data-binary @firmware.bin
0 commit comments