Skip to content

Commit

Permalink
Add missing RTK auto-connect setting
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Apr 5, 2024
1 parent 4a906f4 commit 4a9ce9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/ui/preferences/LinkSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ SettingsPage {
_autoConnectSettings.autoConnectLibrePilot,
_autoConnectSettings.autoConnectUDP,
_autoConnectSettings.autoConnectZeroConf,
_autoConnectSettings.autoConnectRTKGPS,
]

property var names: [ qsTr("Pixhawk"), qsTr("SiK Radio"), qsTr("PX4 Flow"), qsTr("LibrePilot"), qsTr("UDP"), qsTr("Zero-Conf") ]
property var names: [ qsTr("Pixhawk"), qsTr("SiK Radio"), qsTr("PX4 Flow"), qsTr("LibrePilot"), qsTr("UDP"), qsTr("Zero-Conf"), qsTr("RTK") ]

FactCheckBoxSlider {
Layout.fillWidth: true
Expand Down
3 changes: 2 additions & 1 deletion src/ui/toolbar/MainStatusIndicatorOfflinePage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,10 @@ ToolIndicatorPage {
autoConnectSettings.autoConnectLibrePilot,
autoConnectSettings.autoConnectUDP,
autoConnectSettings.autoConnectZeroConf,
autoConnectSettings.autoConnectRTKGPS,
]

property var names: [ qsTr("Pixhawk"), qsTr("SiK Radio"), qsTr("PX4 Flow"), qsTr("LibrePilot"), qsTr("UDP"), qsTr("Zero-Conf") ]
property var names: [ qsTr("Pixhawk"), qsTr("SiK Radio"), qsTr("PX4 Flow"), qsTr("LibrePilot"), qsTr("UDP"), qsTr("Zero-Conf"), qsTr("RTK") ]

FactCheckBoxSlider {
Layout.fillWidth: true
Expand Down

0 comments on commit 4a9ce9d

Please sign in to comment.