Example projects using the esp-webthing component.
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.
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.