We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48715c commit 8129486Copy full SHA for 8129486
tools/install-esp-idf.sh
@@ -37,7 +37,7 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
37
38
# Temporarily patch the ETH driver to support custom SPI
39
cd $IDF_PATH
40
- patch -p1 -i ../patches/spi_eth.diff
+ patch -p1 -N -i ../patches/spi_eth.diff
41
cd -
42
fi
43
0 commit comments