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
- Host: GitHub
- URL: https://github.com/commanderredyt/esp-idf-base
- Owner: CommanderRedYT
- License: gpl-3.0
- Created: 2024-03-20T09:44:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T10:19:51.000Z (about 2 years ago)
- Last Synced: 2025-12-31T21:14:12.978Z (6 months ago)
- Language: Shell
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.