--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html Sun Mar 12 14:57:37 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html Sun Mar 12 16:10:56 2023 +0100 @@ -1557,13 +1557,14 @@ <dl> <dt>Return:</dt> <dd> -flag indicating the availability of Ethernet +tuple containing a flag indicating the availability of Ethernet + and the Ethernet type </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -bool +tuple of (bool, str) </dd> </dl> <a NAME="BaseDevice.hasFirmwareUrl" ID="BaseDevice.hasFirmwareUrl"></a>