Commit 9cb4f2dd authored by Beat Küng's avatar Beat Küng

MAVLinkLogManager: use https as default upload url

parent 190d80ef
...@@ -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* kDescriptionsKey = "Description";
static const char* kDefaultDescr = "QGroundControl Session"; static const char* kDefaultDescr = "QGroundControl Session";
static const char* kPx4URLKey = "LogURL"; 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* kEnableAutoUploadKey = "EnableAutoUpload";
static const char* kEnableAutoStartKey = "EnableAutoStart"; static const char* kEnableAutoStartKey = "EnableAutoStart";
static const char* kEnableDeletetKey = "EnableDelete"; static const char* kEnableDeletetKey = "EnableDelete";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment