examples for ESP32

This commit is contained in:
Links
2018-02-06 21:10:29 +01:00
parent 255f40eaa7
commit 0b35e32b2a
3 changed files with 68 additions and 5 deletions

View File

@ -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
}