File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ CONFIG_COMPILER_OPTIMIZATION_PERF=y
8
8
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE=y
9
9
10
10
# Application manager
11
- CONFIG_APP_EXCLUDE_PROJECT_VER_VAR=y
12
- CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR=y
11
+ # CONFIG_APP_EXCLUDE_PROJECT_VER_VAR=y
12
+ # CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR=y
13
13
14
14
# Bootloader config
15
15
CONFIG_BOOTLOADER_LOG_LEVEL_WARN=y
16
16
CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP=y
17
17
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
18
18
19
19
# Change default log level to "ERROR" (instead of "INFO")
20
- CONFIG_LOG_DEFAULT_LEVEL_ERROR =y
20
+ CONFIG_LOG_DEFAULT_LEVEL_INFO =y
21
21
22
22
# Set the maximum included log level higher than the default,
23
23
# so esp.osdebug() can enable more logging at runtime.
You can’t perform that action at this time.
0 commit comments