Skip to content

Commit

Permalink
skip patch if already patched (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: Me No Dev <[email protected]>
  • Loading branch information
Jason2866 and me-no-dev authored Nov 9, 2023
1 parent d48715c commit 8129486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install-esp-idf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then

# Temporarily patch the ETH driver to support custom SPI
cd $IDF_PATH
patch -p1 -i ../patches/spi_eth.diff
patch -p1 -N -i ../patches/spi_eth.diff
cd -
fi

Expand Down

0 comments on commit 8129486

Please sign in to comment.