Workaround git version issue for esp8266 using temporary 3.0.2 core

Add back SD_MMC.end() as now is no more crashing
Remove SD SPI Settings from SDIO configuration
This commit is contained in:
Luc
2022-06-27 13:06:59 +08:00
parent 80b301d4e9
commit fa20ebcec7
7 changed files with 14 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ shopt -s globstar
cd $HOME/arduino_ide/hardware
mkdir esp8266com
cd esp8266com
git clone https://github.com/esp8266/Arduino.git esp8266
git clone -b 3.0.2 https://github.com/esp8266/Arduino.git esp8266
cd esp8266
git submodule update --init
cd tools