From f622646e2e17bb2cd446925fb27ed7e6eec84583 Mon Sep 17 00:00:00 2001 From: Kat Shann Date: Tue, 18 Nov 2025 12:27:02 +0000 Subject: [PATCH 1/2] Update drag-and-drop.adoc --- .../asciidoc/microcontrollers/micropython/drag-and-drop.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/microcontrollers/micropython/drag-and-drop.adoc b/documentation/asciidoc/microcontrollers/micropython/drag-and-drop.adoc index 70931fea6..eb7773bf8 100644 --- a/documentation/asciidoc/microcontrollers/micropython/drag-and-drop.adoc +++ b/documentation/asciidoc/microcontrollers/micropython/drag-and-drop.adoc @@ -12,7 +12,7 @@ Download the correct MicroPython UF2 file for your board: * https://micropython.org/download/RPI_PICO2/RPI_PICO2-latest.uf2[Pico 2] -* https://downloads.raspberrypi.com/micropython/mp_firmware_unofficial_latest.uf2[Pico 2 W] +* https://micropython.org/download/RPI_PICO2_W/[Pico 2 W] For more information about using Wi-Fi and Bluetooth on Raspberry Pi Pico W-series devices with C/{cpp} or MicroPython, see https://datasheets.raspberrypi.com/picow/connecting-to-the-internet-with-pico-w.pdf[Connecting to the Internet with Raspberry Pi Pico W-series]. From 86ec156844b85e276c7c505e5847cd9a49072e50 Mon Sep 17 00:00:00 2001 From: Kat Shann Date: Tue, 18 Nov 2025 14:00:30 +0000 Subject: [PATCH 2/2] Update documentation/asciidoc/microcontrollers/micropython/drag-and-drop.adoc --- .../asciidoc/microcontrollers/micropython/drag-and-drop.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/microcontrollers/micropython/drag-and-drop.adoc b/documentation/asciidoc/microcontrollers/micropython/drag-and-drop.adoc index eb7773bf8..1a08c6010 100644 --- a/documentation/asciidoc/microcontrollers/micropython/drag-and-drop.adoc +++ b/documentation/asciidoc/microcontrollers/micropython/drag-and-drop.adoc @@ -12,7 +12,7 @@ Download the correct MicroPython UF2 file for your board: * https://micropython.org/download/RPI_PICO2/RPI_PICO2-latest.uf2[Pico 2] -* https://micropython.org/download/RPI_PICO2_W/[Pico 2 W] +* https://micropython.org/download/RPI_PICO2_W/RPI_PICO2_W-latest.uf2[Pico 2 W] For more information about using Wi-Fi and Bluetooth on Raspberry Pi Pico W-series devices with C/{cpp} or MicroPython, see https://datasheets.raspberrypi.com/picow/connecting-to-the-internet-with-pico-w.pdf[Connecting to the Internet with Raspberry Pi Pico W-series].