src/eric7/MicroPython/UF2FlashDialog.py

branch
eric7
changeset 11213
2bbdb06da276
parent 11208
f776db7cc222
equal deleted inserted replaced
11212:c8fc753176c6 11213:2bbdb06da276
1058 """ 1058 """
1059 boardTypes = {x[0] for x in devices} 1059 boardTypes = {x[0] for x in devices}
1060 1060
1061 self.infoLabel.setText(self.tr("Flash Instructions:")) 1061 self.infoLabel.setText(self.tr("Flash Instructions:"))
1062 1062
1063 if self.__boardType and not "+" in self.__boardType: 1063 if self.__boardType and "+" not in self.__boardType:
1064 htmlText = self.tr( 1064 htmlText = self.tr(
1065 "<h4>Flash {0} Firmware</h4>" 1065 "<h4>Flash {0} Firmware</h4>"
1066 "<p>Follow the instructions below to set <b>one</b> board into" 1066 "<p>Follow the instructions below to set <b>one</b> board into"
1067 " 'bootloader' mode. Press <b>Refresh</b> when ready.</p>" 1067 " 'bootloader' mode. Press <b>Refresh</b> when ready.</p>"
1068 "<hr/>{1}" 1068 "<hr/>{1}"

eric ide

mercurial