diff -r 5e05b2089daf -r 4ae976ee5339 src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonDevices.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonDevices.html Thu Feb 02 13:42:50 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonDevices.html Thu Feb 02 18:01:00 2023 +0100 @@ -660,7 +660,7 @@ <hr /> <a NAME="getDevice" ID="getDevice"></a> <h2>getDevice</h2> -<b>getDevice</b>(<i>deviceType, microPythonWidget, vid, pid</i>) +<b>getDevice</b>(<i>deviceType, microPythonWidget, vid, pid, boardName=""</i>) <p> Public method to instantiate a specific MicroPython device interface. @@ -683,6 +683,10 @@ <dd> product ID (only used for deviceType 'generic') </dd> +<dt><i>boardName</i> (str (optional))</dt> +<dd> +name of the board (defaults to "") +</dd> </dl> <dl> <dt>Return:</dt>