Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 851 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 851 Bytes

esp-webthing_examples

Example projects using the esp-webthing component.

Setup

Make sure you have setup the development enviromnet for esp-idf . You can follow the steps mentioned here.

If you are using Eclipse IDE, follow the steps mentioned here to download and install the plugins.

Downloading

Clone the repository using below command

git clone --recursive https://github.com/akshayvernekar/esp-webthing_examples.git

If you clone project without --recursive flag, please go to the project directory and run command git submodule update --init before doing anything.

See the README.md file in the example projects directory for more information about examples.