Files
ESP3D/.github/ci/install-esp8266.sh
Luc fa20ebcec7 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
2022-06-27 13:06:59 +08:00

15 lines
324 B
Bash

#!/bin/bash
# Exit immediately if a command exits with a non-zero status.
set -e
# Enable the globstar shell option
shopt -s globstar
cd $HOME/arduino_ide/hardware
mkdir esp8266com
cd esp8266com
git clone -b 3.0.2 https://github.com/esp8266/Arduino.git esp8266
cd esp8266
git submodule update --init
cd tools
python get.py