Change one of the default flight plans to something more convenient for development. These will eventually all be removed from the code and read from preferences anyway.
This commit is contained in:
parent
8de8a734a2
commit
a01bee3817
1 changed files with 1 additions and 5 deletions
|
@ -365,11 +365,7 @@ void KLN89::CreateDefaultFlightPlans() {
|
|||
wps.clear();
|
||||
ids.push_back("KCCR");
|
||||
wps.push_back(GPS_WP_APT);
|
||||
ids.push_back("SUZYE");
|
||||
wps.push_back(GPS_WP_INT);
|
||||
ids.push_back("ALTAM");
|
||||
wps.push_back(GPS_WP_INT);
|
||||
ids.push_back("C83");
|
||||
ids.push_back("KHAF");
|
||||
wps.push_back(GPS_WP_APT);
|
||||
CreateFlightPlan(_flightPlans[4], ids, wps);
|
||||
|
||||
|
|
Loading…
Reference in a new issue