From dfdd05cf4ef7f034cbe012b0be6e2e1954825668 Mon Sep 17 00:00:00 2001 From: Vladislav Vlasuk <vladislav.vlasuk@th-koeln.de> Date: Wed, 10 Aug 2022 13:49:21 +0200 Subject: [PATCH] Update setup-build-env.sh --- setup-build-env.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup-build-env.sh b/setup-build-env.sh index 4e40265..568946d 100644 --- a/setup-build-env.sh +++ b/setup-build-env.sh @@ -23,7 +23,6 @@ cd /root/Arduino/libraries git clone https://github.com/bxparks/EpoxyDuino.git git clone https://github.com/bxparks/AUnit.git git clone https://github.com/espressif/esp32-camera.git +git clone https://git-ce.rwth-aachen.de/thk_libs/microcontrollers/thk_espcamdriver.git cd - -cp -r * - cp -r src/* /root/Arduino/libraries -- GitLab