diff -r 84ff40a56784 -r b6be65111565 eric7/Documentation/Source/eric7.MicroPython.EspBackupRestoreFirmwareDialog.html --- a/eric7/Documentation/Source/eric7.MicroPython.EspBackupRestoreFirmwareDialog.html Tue Feb 08 16:22:59 2022 +0100 +++ b/eric7/Documentation/Source/eric7.MicroPython.EspBackupRestoreFirmwareDialog.html Sat Feb 12 13:02:35 2022 +0100 @@ -76,6 +76,10 @@ <td><a href="#EspBackupRestoreFirmwareDialog.on_firmwarePicker_textChanged">on_firmwarePicker_textChanged</a></td> <td>Private slot handling a change of the firmware path.</td> </tr> +<tr> +<td><a href="#EspBackupRestoreFirmwareDialog.on_sizeComboBox_currentTextChanged">on_sizeComboBox_currentTextChanged</a></td> +<td>Private slot handling a change of the selected firmware size.</td> +</tr> </table> <h3>Static Methods</h3> @@ -120,13 +124,14 @@ <dt>Return:</dt> <dd> tuple containing the selected chip type, the firmware size, - the flash mode and the path of the firmware file + the baud rate or flashing, the flash mode and the path of the + firmware file </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="EspBackupRestoreFirmwareDialog.on_espComboBox_currentTextChanged" ID="EspBackupRestoreFirmwareDialog.on_espComboBox_currentTextChanged"></a> @@ -157,6 +162,20 @@ path to the firmware </dd> </dl> +<a NAME="EspBackupRestoreFirmwareDialog.on_sizeComboBox_currentTextChanged" ID="EspBackupRestoreFirmwareDialog.on_sizeComboBox_currentTextChanged"></a> +<h4>EspBackupRestoreFirmwareDialog.on_sizeComboBox_currentTextChanged</h4> +<b>on_sizeComboBox_currentTextChanged</b>(<i>size</i>) + +<p> + Private slot handling a change of the selected firmware size. +</p> +<dl> + +<dt><i>size</i> (str)</dt> +<dd> +selected size text +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file