mirror of
https://github.com/luc-github/ESP3D.git
synced 2026-03-10 09:56:49 +01:00
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:
2
.github/ci/install-esp8266.sh
vendored
2
.github/ci/install-esp8266.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user