An boilerplate for creating esp 8266 projects.
Follow the esp-env instructions to prepare the environment.
cd <path/to/esp>/nonos/sdk
git clone [email protected]:easyqiot/esp8266-boilerplate.git
make flash
If you want to see the boilperplate output; you can use your favorite Serial Console. For example:
screen /dev/ttyUSB0 115200
NOTICE: The baud rate value is important to be 115200
.