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 83a48d8 commit 00c96aaCopy full SHA for 00c96aa
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: up' /tmp/output.txt
+ grep 'Ethernet: ready' /tmp/output.txt
37
38
update: build
39
curl --fail -su :$(VCON_API_KEY) $(DEVICE_URL)/ota --data-binary @firmware.bin
0 commit comments