mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-17 01:02:05 +02:00
examples for ESP32
This commit is contained in:
@ -25,6 +25,8 @@ function build_sketches()
|
||||
|
||||
function get_core()
|
||||
{
|
||||
echo Setup core for $1
|
||||
|
||||
cd $HOME/arduino_ide/hardware
|
||||
|
||||
if [ "$1" = "esp8266" ] ; then
|
||||
@ -42,5 +44,5 @@ function get_core()
|
||||
cd esp32/tools
|
||||
python get.py
|
||||
fi
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user