--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html Sat Feb 25 19:43:06 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html Sun Feb 26 12:45:22 2023 +0100 @@ -515,13 +515,21 @@ </dl> <a NAME="BaseDevice.checkDeviceData" ID="BaseDevice.checkDeviceData"></a> <h4>BaseDevice.checkDeviceData</h4> -<b>checkDeviceData</b>(<i></i>) +<b>checkDeviceData</b>(<i>quiet=True</i>) <p> Public method to check the validity of the device data determined during connecting the device. </p> <dl> + +<dt><i>quiet</i> (bool (optional))</dt> +<dd> +flag indicating to not show an info message, if the data is + not available (defaults to True) +</dd> +</dl> +<dl> <dt>Return:</dt> <dd> flag indicating valid device data