mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
OP-796 defaults USE_PATHPLANNER to enabled
This commit is contained in:
parent
9a10bd85bd
commit
de44495055
@ -9,6 +9,8 @@ include(openpilotgcs.pri)
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
|
||||
DEFINES += USE_PATHPLANNER
|
||||
|
||||
SUBDIRS = src share copydata
|
||||
unix:!macx:!isEmpty(copydata):SUBDIRS += bin
|
||||
|
||||
|
@ -54,7 +54,7 @@
|
||||
#define sign(x) ((x < 0) ? -1 : 1)
|
||||
|
||||
// Uncomment this to enable 6 point calibration on the accels
|
||||
//#define SIX_POINT_CAL_ACCEL
|
||||
#define SIX_POINT_CAL_ACCEL
|
||||
|
||||
const double ConfigRevoWidget::maxVarValue = 0.1;
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
QT += xml
|
||||
TEMPLATE = lib
|
||||
PATHPLANNER {
|
||||
DEFINES += USE_PATHPLANNER
|
||||
}
|
||||
|
||||
TARGET = OPMapGadget
|
||||
include(../../openpilotgcsplugin.pri)
|
||||
include(../../plugins/coreplugin/coreplugin.pri)
|
||||
|
Loading…
Reference in New Issue
Block a user