Merge branch 'qt-gui-update' of https://github.com/CopterExpress/clever-show into qt-gui-update

This commit is contained in:
Artem30801
2020-01-20 21:26:49 +03:00
4 changed files with 48 additions and 108 deletions

View File

@@ -220,13 +220,14 @@ class MainWindow(QtWidgets.QMainWindow):
"git_version": 1,
"animation_id": 2,
"battery": 3,
"system_status": 4,
"calibration_status": 5,
"fcu_status": 4,
"cal_status": 5,
"mode": 6,
"selfcheck": 7,
"current_position": 8,
"start_position": 9,
"time": 10,
"task": 10,
"time": 11,
}
for key, value in telems.items():