eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html

changeset 7592
f79dc58bdf62
parent 7588
881eebfefd34
child 7796
657532a9a0a4
--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html	Sat May 09 12:56:17 2020 +0200
+++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html	Mon May 11 18:30:25 2020 +0200
@@ -635,14 +635,15 @@
 <dd>
 tuple containing a list of tuples with the board type, a
         description and the serial port it is connected at for known device
-        types and a list of tuples with VID and PID for unknown devices
+        types and a list of tuples with VID, PID and description for unknown
+        devices
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
 tuple of (list of tuples of (str, str, str), list of tuples of
-        (str, str)
+        (int, int, str)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial