Skip to content
4 changes: 4 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ eProsima
Robert Bosch GmbH
Ingo Lütkebohle <ingo.luetkebohle@de.bosch.com>
Ralph Lange <ralph.lange@de.bosch.com>


Dor Ben Harush
Dor Ben Harush <dor2981123@gmail.com>
4 changes: 4 additions & 0 deletions config/freertos/esp32/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ pushd $FW_TARGETDIR >/dev/null

pushd toolchain >/dev/null
git clone -b v4.0.1 --recursive https://github.com/espressif/esp-idf.git

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any reason for using IDF 4.0.1 instead of 4.1?

@DorBenHarush DorBenHarush Sep 30, 2020

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I haven't noticed that the IDF version has changed. I'll change it back.

pushd esp-idf/components
#add the esp32-camera reposirtoy to the components dircetory
Comment thread
DorBenHarush marked this conversation as resolved.
Outdated
git clone https://github.com/espressif/esp32-camera.git
popd
mkdir espressif
export IDF_TOOLS_PATH=$(pwd)/espressif

Expand Down