Skip to content

Commit

Permalink
support write firmware to another adrress
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Jul 21, 2020
1 parent 2bd042c commit 942c4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kflash_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def funcSwitch(self, func):
def highlightFirmwarePath(self, item, firmware):
if firmware:
item[3].setProperty("class", "qLineEditHighlight")
item[4].setText("0x00000")
# item[4].setText("0x00000")
else:
item[3].setProperty("class", "qLineEditNormal")
self.frameWidget.style().unpolish(item[3])
Expand Down

0 comments on commit 942c4f9

Please sign in to comment.