File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ CIRCUIT_PYTHON ?= $(TOOLS_DIR)/adafruit-circuitpython-proveskit_rp2040_v4-en_US-
132132.PHONY : circuit-python
133133circuit-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
137137UNAME_S := $(shell uname -s)
138138UNAME_M := $(shell uname -m)
You can’t perform that action at this time.
0 commit comments