An open API service indexing awesome lists of open source software.

https://github.com/commanderredyt/esp-idf-base

A template that enables easy setup of esp-idf based projects
https://github.com/commanderredyt/esp-idf-base

Last synced: 2 months ago
JSON representation

A template that enables easy setup of esp-idf based projects

Awesome Lists containing this project

README

          

# esp-idf-base
This is a base project for ESP-IDF. It can be used as a base to easily setup new projects.

## How to use
1. Click on "Use this template" to create a new repository based on this one.
2. Clone the new repository to your computer with `git clone --recurse-submodules`.
3. The default config is already there. If you only need one, use `./switchconf.sh default`. If you need to create a new one, copy the existing one and modify it.