Skip to content

Commit

Permalink
disable adsb by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Feb 26, 2024
1 parent fcc8cbb commit f2577c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/ui/elements/AppSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ Settings {
property bool map_drone_track: true
property bool map_show_mission_waypoints: true

property bool adsb_enable: true
property bool adsb_enable: false
property double adsb_radius: 50000 //using meters for now- api is in NM
property bool adsb_show_internet_data: true
property bool adsb_show_sdr_data: true
Expand Down

0 comments on commit f2577c8

Please sign in to comment.