Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 580 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 580 Bytes

esp8266-boilerplate

An boilerplate for creating esp 8266 projects.

Preparing environment

Follow the esp-env instructions to prepare the environment.

How to use

cd <path/to/esp>/nonos/sdk
git clone [email protected]:easyqiot/esp8266-boilerplate.git

Transfer compiled boilerplate

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.