Skip to content

Commit

Permalink
Update flash_your_device
Browse files Browse the repository at this point in the history
  • Loading branch information
epiccurious authored Nov 29, 2023
1 parent cac936d commit 6722709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flash_your_device
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ echo -n "Checking for the Espressif IoT Development Framework... "
if [ ! -f "${esp_idf_save_directory}"/export.sh ]; then
echo -ne "\n Downloading the framework... "
git -c advice.detachedHead=false clone --branch "${esp_idf_git_tag}" --single-branch --depth 1 --quiet "${esp_idf_repo_url}" "${esp_idf_temp_directory}"
echo -e "\ncloned."
cd "${esp_idf_temp_directory}"/
git submodule update --depth 1 --quiet --init --recursive 1> /dev/null
./install.sh esp32 &>/dev/null
Expand Down

0 comments on commit 6722709

Please sign in to comment.