eric6/MicroPython/EspFirmwareSelectionDialog.py

changeset 8185
c9acf46b54ce
parent 8181
72f55caf6258
child 8218
7c09585bd960
equal deleted inserted replaced
8183:373a5dc48c57 8185:c9acf46b54ce
118 address = "" 118 address = ""
119 119
120 return ( 120 return (
121 self.espComboBox.currentText().lower(), 121 self.espComboBox.currentText().lower(),
122 self.firmwarePicker.text(), 122 self.firmwarePicker.text(),
123 self.baudRateComboBox.currentText.replace(".", ""), 123 self.baudRateComboBox.currentText().replace(".", ""),
124 self.modeComboBox.currentData(), 124 self.modeComboBox.currentData(),
125 address, 125 address,
126 ) 126 )

eric ide

mercurial