mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-21 19:02:06 +02:00
add git submodule update --init to esp8266 build
This commit is contained in:
@ -97,6 +97,7 @@ function get_core()
|
||||
cd esp8266com
|
||||
git clone --depth 1 https://github.com/esp8266/Arduino.git esp8266
|
||||
cd esp8266/
|
||||
git submodule update --init
|
||||
rm -rf .git
|
||||
cd tools
|
||||
python get.py
|
||||
|
Reference in New Issue
Block a user