Skip to content

Commit

Permalink
CRITICAL UPDATE: New place for uploaded data to go
Browse files Browse the repository at this point in the history
Although this actual commit is just a minor UI update for the version
number
  • Loading branch information
jmason86 committed Jul 31, 2017
1 parent 2314ba2 commit 9c15fa3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion QtAssets_rc.py
Expand Up @@ -2,7 +2,7 @@

# Resource object code
#
# Created: Wed May 3 10:55:12 2017
# Created: Mon Jul 31 16:02:01 2017
# by: The Resource Compiler for PySide (Qt v4.8.7)
#
# WARNING! All changes made in this file will be lost!
Expand Down
4 changes: 2 additions & 2 deletions ui_mainWindow.py
Expand Up @@ -2,7 +2,7 @@

# Form implementation generated from reading ui file 'ui_mainWindow.ui'
#
# Created: Wed May 3 10:55:11 2017
# Created: Mon Jul 31 16:02:00 2017
# by: pyside-uic 0.2.14 running on PySide 1.2.2
#
# WARNING! All changes made in this file will be lost!
Expand Down Expand Up @@ -17309,7 +17309,7 @@ def retranslateUi(self, MainWindow):
self.label_batteryTemperature.setText(QtGui.QApplication.translate("MainWindow", "-", None, QtGui.QApplication.UnicodeUTF8))
self.label_58.setText(QtGui.QApplication.translate("MainWindow", "Radio:", None, QtGui.QApplication.UnicodeUTF8))
self.label_87.setText(QtGui.QApplication.translate("MainWindow", "[-8, 58] ºC", None, QtGui.QApplication.UnicodeUTF8))
self.label_19.setText(QtGui.QApplication.translate("MainWindow", "MinXSS CubeSat Real-Time Telemetry v1.1.1", None, QtGui.QApplication.UnicodeUTF8))
self.label_19.setText(QtGui.QApplication.translate("MainWindow", "MinXSS CubeSat Real-Time Telemetry v1.2.0", None, QtGui.QApplication.UnicodeUTF8))
self.label_lastPacketTime.setText(QtGui.QApplication.translate("MainWindow", "Last packet at: ", None, QtGui.QApplication.UnicodeUTF8))
self.label_uploadStatus.setText(QtGui.QApplication.translate("MainWindow", "Upload status: Idle", None, QtGui.QApplication.UnicodeUTF8))
self.label.setText(QtGui.QApplication.translate("MainWindow", "Raw serial data (hex):", None, QtGui.QApplication.UnicodeUTF8))
Expand Down
2 changes: 1 addition & 1 deletion ui_mainWindow.ui
Expand Up @@ -33833,7 +33833,7 @@
</font>
</property>
<property name="text">
<string>MinXSS CubeSat Real-Time Telemetry v1.1.1</string>
<string>MinXSS CubeSat Real-Time Telemetry v1.2.0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
Expand Down

0 comments on commit 9c15fa3

Please sign in to comment.