Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 652 → Rev 653

/VibrationTest/trunk/VibrationTest/VibrationTestGui.py
781,7 → 781,7
print "about"
info = wx.AboutDialogInfo()
info.Name = "MK Vibration Test - "
info.Version = "v0.9 RC2 ($Rev$)".replace("$","")
info.Version = "v0.9 RC3 ($Rev$)".replace("$","")
info.Copyright = ""
info.Developers=["Frederic Goddeeris (Frederic@rc-flight.be)"]
info.Description = "Please consult the WIKI page for a complete description of the tool:"
867,6 → 867,10
try:
self._sendEvent("Opening SerialPort \"%s\"" % self.param.serialPort)
self.mk.open(comPort=self.param.serialPort)
print "Sending FC->NC forwarding",
self.mk.sendNCRedirectUartFromFC()
print "Done"
msg = self.mk.getVersionMsg()
version = msg.getVersion()