Use device 11

This commit is contained in:
cpq 2023-08-23 00:38:57 +01:00
parent 4183552aee
commit 48516b43c5

View File

@ -50,7 +50,7 @@ firmware.elf: mbedtls
endif
# Automated remote test. Requires env variable VCON_API_KEY set. See https://vcon.io/automated-firmware-tests/
DEVICE_URL ?= https://dash.vcon.io/api/v3/devices/10
DEVICE_URL ?= https://dash.vcon.io/api/v3/devices/11
update: firmware.bin
curl --fail-with-body -su :$(VCON_API_KEY) $(DEVICE_URL)/ota --data-binary @$<