From 6a49d01709ad241b80d0edfab0f4a4b5691b57b6 Mon Sep 17 00:00:00 2001 From: SzabolcsGergely Date: Wed, 16 Sep 2020 13:40:15 -0700 Subject: [PATCH 1/3] Update depthai-core submodule --- depthai-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depthai-core b/depthai-core index 3e6fd676b..ce8f293b4 160000 --- a/depthai-core +++ b/depthai-core @@ -1 +1 @@ -Subproject commit 3e6fd676b6df88451a115751408bc0e35f1120d4 +Subproject commit ce8f293b4dd63f2c1928a5f95763dac986adc42c From b8fd25380c4de0b1ed5a662c9a939d1e6ea205c4 Mon Sep 17 00:00:00 2001 From: SzabolcsGergely Date: Wed, 16 Sep 2020 13:40:31 -0700 Subject: [PATCH 2/3] Change git submodule url to relative path to inherit ssh/https option --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 41411b259..b7adabb3d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "depthai-core"] path = depthai-core - url = https://github.com/luxonis/depthai-core.git + url = ../depthai-core.git From 34fb671932770318479f0980075d51cbd27137c9 Mon Sep 17 00:00:00 2001 From: SzabolcsGergely Date: Wed, 16 Sep 2020 13:42:54 -0700 Subject: [PATCH 3/3] Fix build error --- depthai-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depthai-core b/depthai-core index ce8f293b4..358c7c169 160000 --- a/depthai-core +++ b/depthai-core @@ -1 +1 @@ -Subproject commit ce8f293b4dd63f2c1928a5f95763dac986adc42c +Subproject commit 358c7c1695a07c4502051050355913501639cc98