Mistakes...

This commit is contained in:
William Henderson
2025-10-08 11:09:20 +01:00
parent 5ce820df8d
commit 865129b04b
13 changed files with 26 additions and 28 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class RP2040UploaderApp:
# List of supported boards (VID, PID, Name)
supported_boards = [
(0x239A, 0x80F2, "RP2040"),
(0x2E8A, 0x0009, "RP2350"),
(0x2E8A, 0x0005, "RP2350"),
]
ports = serial.tools.list_ports.comports()