-
Install make
-
makefile provided from makeEspArduino
I prefer to use VS Code over the Arduino IDE
- Install the C/C++ extension as well as the Arduino extension
- Set the
arduino.pathin your settings - Add include paths to
c_cpp_properties.json
- make build
- make flash
- make clean
- make all
make -f ./makeEspArduino.mk help