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}" |