Adds sdkconfig.local (intentionally not tracked in .git) for local overrides.

Here's what I have in mine, for example:

```
CONFIG_LOG_DEFAULT_LEVEL_WARN=n
CONFIG_LOG_DEFAULT_LEVEL_INFO=y
CONFIG_LOG_DEFAULT_LEVEL=3
```
This commit is contained in:
Robin Howard
2024-07-19 13:50:02 +10:00
parent ac54cab319
commit d8bdb3434d
3 changed files with 20 additions and 1 deletions
+2
View File
@@ -20,3 +20,5 @@ test/dependencies.lock
test/sdkconfig
sdkconfig.bak
*.ignore
/sdkconfig.local