diff -r 2b9546c0cbd9 -r a774e75a45ca src/eric7/Documentation/Source/eric7.MicroPython.GenericMicroPythonDevices.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.GenericMicroPythonDevices.html Sat Feb 11 19:52:53 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.GenericMicroPythonDevices.html Sat Feb 11 19:53:53 2023 +0100 @@ -359,7 +359,7 @@ <hr /> <a NAME="createDevice" ID="createDevice"></a> <h2>createDevice</h2> -<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName</i>) +<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, serialNumber</i>) <p> Function to instantiate a MicroPython device object. @@ -386,6 +386,10 @@ <dd> name of the board </dd> +<dt><i>serialNumber</i> (str)</dt> +<dd> +serial number of the board +</dd> </dl> <dl> <dt>Return:</dt>