--- a/eric6/Documentation/Source/eric6.MicroPython.EspFirmwareSelectionDialog.html Sun Mar 28 18:51:40 2021 +0200 +++ b/eric6/Documentation/Source/eric6.MicroPython.EspFirmwareSelectionDialog.html Sun Mar 28 18:51:58 2021 +0200 @@ -133,13 +133,14 @@ <dt>Return:</dt> <dd> tuple containing the selected chip type, the path of the - firmware file, the flash mode and the flash address + firmware file, the baud rate, the flash mode and the flash + address </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -tuple of (str, str, str, str) +tuple of (str, str, str, str, str) </dd> </dl> <a NAME="EspFirmwareSelectionDialog.on_espComboBox_currentTextChanged" ID="EspFirmwareSelectionDialog.on_espComboBox_currentTextChanged"></a>