Add notes about deprecating the Telemetry GUI.

pull/2/head
Mark Jessop 2019-07-27 11:49:46 +09:30
rodzic 9db7f533f1
commit ad8ef09f15
2 zmienionych plików z 9 dodań i 3 usunięć

Wyświetl plik

@ -5,6 +5,9 @@
# Copyright (C) 2018 Mark Jessop <vk5qi@rfhead.net>
# Released under GNU GPL v3 or later
#
# NOTE: This is somewhat deprecated as we no longer fly IMUs on Wenet flights.
# It may be re-visited in the future if/when required.
#
from pyqtgraph.Qt import QtCore, QtGui
import pyqtgraph as pg

Wyświetl plik

@ -91,9 +91,12 @@ SSDV_UPLOAD_PID=$!
# Start the SSDV RX GUI.
python rx_gui.py &
RX_GUI_PID=$!
# NOTE: The Telemetry GUI is now somewhat deprecated due to us not regularly flying an IMU
# on the Wenet payload.
# Start the Telemetry GUI.
python TelemetryGUI.py $MYCALL &
TELEM_GUI_PID=$!
#python TelemetryGUI.py $MYCALL &
#TELEM_GUI_PID=$!
# Do some checks if we are in GQRX mode.
@ -154,4 +157,4 @@ fi
# Kill off the SSDV Uploader and the GUIs
kill $SSDV_UPLOAD_PID
kill $RX_GUI_PID
kill $TELEM_GUI_PID
#kill $TELEM_GUI_PID