Browse Source

MAVLinkLogManager: use https as default upload url

QGC4.4
Beat Küng 8 years ago
parent
commit
9cb4f2ddc5
  1. 2
      src/Vehicle/MAVLinkLogManager.cc

2
src/Vehicle/MAVLinkLogManager.cc

@ -28,7 +28,7 @@ static const char* kEmailAddressKey = "Email"; @@ -28,7 +28,7 @@ static const char* kEmailAddressKey = "Email";
static const char* kDescriptionsKey = "Description";
static const char* kDefaultDescr = "QGroundControl Session";
static const char* kPx4URLKey = "LogURL";
static const char* kDefaultPx4URL = "http://logs.px4.io/upload";
static const char* kDefaultPx4URL = "https://logs.px4.io/upload";
static const char* kEnableAutoUploadKey = "EnableAutoUpload";
static const char* kEnableAutoStartKey = "EnableAutoStart";
static const char* kEnableDeletetKey = "EnableDelete";

Loading…
Cancel
Save