Skip to content

Commit

Permalink
fir for heli stable/dev SITL selection ISSUE ArduPilot#2733
Browse files Browse the repository at this point in the history
  • Loading branch information
EosBandi committed Dec 11, 2021
1 parent 8bd25b4 commit bef601b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GCSViews/SITL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ private async Task<string> CheckandGetSITLImage(string filename)
url = sitlroverstableurl;
if (filename.ToLower().Contains("plane"))
url = sitlplanestableurl;
if (filename.ToLower().Contains("heli"))
url = sitlcopterstableurl;
}

Uri fullurl = new Uri(url, filename);
Expand Down

0 comments on commit bef601b

Please sign in to comment.