Skip to content
Snippets Groups Projects
Commit c9be64a7 authored by Marek Ištok's avatar Marek Ištok :speech_balloon:
Browse files

chore: update sdkconfig & remove template README

parent a455dea3
No related branches found
No related tags found
No related merge requests found
# ESP-IDF project template
This repo aims to provide the core structure of every new ESP-IDF project without any unnecessary extras.
***For more generic information about how to setup this repository, check out the documentation for [esp-idf](https://gitlab.twinzo.eu/esp-idf/esp-idf)***
## Getting rid of current history
You might not want to include this repo's history in your project. You can use the command below to discard all previous commits and create the branch *master* from scratch, while keeping the existing files and structure.
```
git checkout --orphan master
```
\ No newline at end of file
CONFIG_COMPILER_CXX_EXCEPTIONS=y
CONFIG_BT_ENABLED=y
# CONFIG_BT_GATTS_ENABLE is not set
CONFIG_BT_STACK_NO_LOG=y
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN=y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment