summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@avencall.com>2013-02-08 12:11:24 +0100
committerNoe Rubinstein <nrubinstein@avencall.com>2013-02-08 12:11:24 +0100
commitd8f47cedaee98214240b3afa79501448d0f8f483 (patch)
tree055a7e81ba76edca8f17df11d4891dde7305acac
parent0b469fb4e8d8f74ec9a0c0358f613512c58dba5e (diff)
Add a message box between programming the two chipsHEADmaster
-rwxr-xr-xgui/util.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/util.py b/gui/util.py
index bf9f0c9..25d02ff 100755
--- a/gui/util.py
+++ b/gui/util.py
@@ -220,6 +220,9 @@ class MainWindow(QMainWindow, Ui_MainWindow):
if n != 0:
return self.finish(output=o, status="MSP430 programming failed!")
+
+ if self.programFlashCheckBox.isChecked():
+ QMessageBox(text="Before continuing, press SW1 to turn on the board.").exec_()
if self.programFlashCheckBox.isChecked():