From d8f47cedaee98214240b3afa79501448d0f8f483 Mon Sep 17 00:00:00 2001 From: Noe Rubinstein Date: Fri, 8 Feb 2013 12:11:24 +0100 Subject: Add a message box between programming the two chips --- gui/util.py | 3 +++ 1 file changed, 3 insertions(+) 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(): -- cgit v1.2.3