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 c9c8ca1 commit 68d95c2Copy full SHA for 68d95c2
Makefile
@@ -128,7 +128,7 @@ arduino-cli: $(ARDUINO_CLI) ## Download arduino-cli
128
$(ARDUINO_CLI): $(TOOLS_DIR)
129
@test -s $(ARDUINO_CLI) || curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=$(TOOLS_DIR) sh > /dev/null
130
131
-CIRCUIT_PYTHON ?= $(TOOLS_DIR)/adafruit-circuitpython-proveskit_rp2040_v5a-en_US-$(CIRCUIT_PYTHON_VERSION).uf2
+CIRCUIT_PYTHON ?= $(TOOLS_DIR)/adafruit-circuitpython-proveskit_rp2350_v5a-en_US-$(CIRCUIT_PYTHON_VERSION).uf2
132
.PHONY: circuit-python
133
circuit-python: $(CIRCUIT_PYTHON) ## Download Circuit Python firmware
134
$(CIRCUIT_PYTHON): $(TOOLS_DIR)
0 commit comments