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 ) |