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 <[email protected]>
Ralph Lange <[email protected]>


Dor Ben Harush
Dor Ben Harush <[email protected]>
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
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?

Copy link
Author

@DorBenHarush DorBenHarush Sep 30, 2020

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
git clone https://github.com/espressif/esp32-camera.git
popd
mkdir espressif
export IDF_TOOLS_PATH=$(pwd)/espressif

Expand Down