From 8502c2f77df502260b3c4ba0f0a9834d182c1889 Mon Sep 17 00:00:00 2001 From: consti10 Date: Thu, 16 Nov 2023 12:14:42 +0100 Subject: [PATCH] use DEF als agreed in chat --- .../openhd_settings/MavlinkOpenHDWBParamPanel.qml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/qml/ui/configpopup/openhd_settings/MavlinkOpenHDWBParamPanel.qml b/qml/ui/configpopup/openhd_settings/MavlinkOpenHDWBParamPanel.qml index 9d4984bc3..5a88e7256 100644 --- a/qml/ui/configpopup/openhd_settings/MavlinkOpenHDWBParamPanel.qml +++ b/qml/ui/configpopup/openhd_settings/MavlinkOpenHDWBParamPanel.qml @@ -225,13 +225,15 @@ Rectangle{ if(currentIndex!=settings.qopenhd_frequency_filter_selection){ settings.qopenhd_frequency_filter_selection=currentIndex; function_rebuild_ui(); - if(currentIndex==1 || currentIndex==2){ - _qopenhd.show_toast("Please watch out for wifi pollution"); + if(currentIndex==1){ + _qopenhd.show_toast("2.4G is almost always polluted by WiFi. Not recommended.") + }else if(currentIndex==2){ + _qopenhd.show_toast("Please watch out for wifi pollution. Using DEF is highly recommended !") } } } TabButton{ - text: "1-5" + text: "DEF" } TabButton{ text: "2.4G"