diff -r 3733e2b23cf7 -r a071d4065202 src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html Wed Dec 20 11:06:38 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html Wed Dec 20 14:58:58 2023 +0100 @@ -2079,6 +2079,12 @@ <dl> <dt>Return:</dt> <dd> +tuple containing the command output and errors +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> tuple of (str, str) </dd> </dl> @@ -2664,6 +2670,12 @@ <dl> <dt>Return:</dt> <dd> +tuple containing the command output and errors +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> tuple of (str, str) </dd> </dl>