Skip to content

Commit 68d95c2

Browse files
committed
Fix firmware file name
1 parent c9c8ca1 commit 68d95c2

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
@@ -128,7 +128,7 @@ arduino-cli: $(ARDUINO_CLI) ## Download arduino-cli
128128
$(ARDUINO_CLI): $(TOOLS_DIR)
129129
@test -s $(ARDUINO_CLI) || curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=$(TOOLS_DIR) sh > /dev/null
130130

131-
CIRCUIT_PYTHON ?= $(TOOLS_DIR)/adafruit-circuitpython-proveskit_rp2040_v5a-en_US-$(CIRCUIT_PYTHON_VERSION).uf2
131+
CIRCUIT_PYTHON ?= $(TOOLS_DIR)/adafruit-circuitpython-proveskit_rp2350_v5a-en_US-$(CIRCUIT_PYTHON_VERSION).uf2
132132
.PHONY: circuit-python
133133
circuit-python: $(CIRCUIT_PYTHON) ## Download Circuit Python firmware
134134
$(CIRCUIT_PYTHON): $(TOOLS_DIR)

0 commit comments

Comments
 (0)