makeEspArduino
makeEspArduino copied to clipboard
no mk file
cd ~
git clone https://github.com/espressif/arduino-esp32.git esp32
cd esp32
git submodule update --init
cd tools
python3 get.py
cd ..
find -name make*.mk
No such file
makeEspArduino is NOT part of the arduino-esp32 repository, you have to install it separately by cloning THIS (https://github.com/plerup/makeEspArduino) repository.