--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Wed Feb 24 17:55:10 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Wed Feb 24 20:17:35 2021 +0100 @@ -759,15 +759,17 @@ <dd> tuple containing a list of tuples with the board type, the port description, a description, the serial port it is connected at, the - VID and PID for known device types and a list of tuples with VID, PID - and description for unknown devices + VID and PID for known device types, a list of tuples with VID, PID + and description for unknown devices and a list of tuples with VID, + PID, description and port name for ports with missing VID or PID </dd> </dl> <dl> <dt>Return Type:</dt> <dd> tuple of (list of tuples of (str, str, str, str, int, int), - list of tuples of (int, int, str) + list of tuples of (int, int, str), + list of tuples of (int, int, str, str) </dd> </dl> <div align="right"><a href="#top">Up</a></div>