--- a/src/eric7/Documentation/Source/eric7.MicroPython.GenericMicroPythonDevices.html Thu Feb 02 13:42:50 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.GenericMicroPythonDevices.html Thu Feb 02 18:01:00 2023 +0100 @@ -359,7 +359,7 @@ <hr /> <a NAME="createDevice" ID="createDevice"></a> <h2>createDevice</h2> -<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid</i>) +<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName</i>) <p> Function to instantiate a MicroPython device object. @@ -382,6 +382,10 @@ <dd> product ID </dd> +<dt><i>boardName</i> (str)</dt> +<dd> +name of the board +</dd> </dl> <dl> <dt>Return:</dt>