1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

OP-1879 remove openpilot hardcoding: remove unused hardcoded cloudconfig path

This commit is contained in:
James Duley 2015-05-09 20:00:51 +12:00 committed by LibrePilot Packager
parent 64dc5717f1
commit d6eb85c5ee

View File

@ -48,7 +48,6 @@
#include <uavtalk/telemetrymanager.h>
#include <utils/pathutils.h>
const char *VehicleTemplateExportDialog::EXPORT_BASE_NAME = "../share/openpilotgcs/cloudconfig";
const char *VehicleTemplateExportDialog::EXPORT_FIXEDWING_NAME = "fixedwing";
const char *VehicleTemplateExportDialog::EXPORT_MULTI_NAME = "multirotor";
const char *VehicleTemplateExportDialog::EXPORT_HELI_NAME = "helicopter";