diff -r 779cda568acb -r 58c7f23ae1cb src/eric7/Documentation/Source/eric7.MicroPython.Devices.GenericMicroPythonDevices.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.GenericMicroPythonDevices.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.GenericMicroPythonDevices.html Sat Apr 20 18:02:35 2024 +0200 @@ -510,7 +510,7 @@ <hr /> <a NAME="createDevice" ID="createDevice"></a> <h2>createDevice</h2> -<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, serialNumber</i>) +<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, _boardName, _serialNumber</i>) <p> Function to instantiate a MicroPython device object. </p> @@ -533,13 +533,13 @@ <dd> product ID </dd> -<dt><i>boardName</i> (str)</dt> +<dt><i>_boardName</i> (str)</dt> <dd> -name of the board +name of the board (unused) </dd> -<dt><i>serialNumber</i> (str)</dt> +<dt><i>_serialNumber</i> (str)</dt> <dd> -serial number of the board +serial number of the board (unused) </dd> </dl> <dl>