--- a/eric6/MicroPython/MicroPythonDevices.py Tue Feb 02 14:48:37 2021 +0100 +++ b/eric6/MicroPython/MicroPythonDevices.py Tue Feb 02 16:25:50 2021 +0100 @@ -68,7 +68,7 @@ (0x1209, 0x4DDE), # ODT CP Sapling M0 w/ SPI Flash (0x054C, 0x0BC2), # Spresense ], - "description": "CircuitPython Board", + "description": "CircuitPython", "icon": "circuitPythonDevice", "port_description": "", }, @@ -155,7 +155,9 @@ ): continue foundDevices.append( - (board, SupportedBoards[board]["description"], + (board, + port.description(), + SupportedBoards[board]["description"], port.portName())) supported = True if not supported: