diff -r 9cbbed624751 -r caba0e2456b6 src/eric7/MicroPython/UF2FlashDialog.py --- a/src/eric7/MicroPython/UF2FlashDialog.py Sat Aug 31 15:49:16 2024 +0200 +++ b/src/eric7/MicroPython/UF2FlashDialog.py Sat Aug 31 15:54:24 2024 +0200 @@ -717,15 +717,16 @@ "show_all": True, "firmware": "CircuitPython", }, - "rp2040": { + "rp2": { "volumes": { (0x0000, 0x0000): [ ("RPI-RP2", "Raspberry Pi Pico"), # we don't have valid VID/PID + ("RP2350", "Raspberry Pi Pico 2"), # we don't have valid VID/PID ], }, "instructions": QCoreApplication.translate( "UF2FlashDialog", - "<h3>Pi Pico (RP2040) Board</h3>" + "<h3>Pi Pico (RP2040/RP2350) Board</h3>" "<p>In order to prepare the board for flashing follow these" " steps:</p><ol>" "<li>Enter 'bootloader' mode (board <b>without</b> RESET button):"