Skip to content

Commit dd85184

Browse files
Update Makefile
Co-authored-by: Copilot <[email protected]>
1 parent 41ed3c9 commit dd85184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ CIRCUIT_PYTHON ?= $(TOOLS_DIR)/adafruit-circuitpython-proveskit_rp2040_v4-en_US-
132132
.PHONY: circuit-python
133133
circuit-python: $(CIRCUIT_PYTHON) ## Download Circuit Python firmware
134134
$(CIRCUIT_PYTHON): $(TOOLS_DIR)
135-
@test -s $(CIRCUIT_PYTHON) || curl -o $(CIRCUIT_PYTHON) -fsSL https://downloads.circuitpython.org/bin/proveskit_rp2040_v4/en_US/adafruit-circuitpython-proveskit_rp2040_v4-en_US-9.2.8.uf2
135+
@test -s $(CIRCUIT_PYTHON) || curl -o $(CIRCUIT_PYTHON) -fsSL https://downloads.circuitpython.org/bin/proveskit_rp2040_v4/en_US/adafruit-circuitpython-proveskit_rp2040_v4-en_US-$(CIRCUIT_PYTHON_VERSION).uf2
136136

137137
UNAME_S := $(shell uname -s)
138138
UNAME_M := $(shell uname -m)

0 commit comments

Comments
 (0)