Skip to content

Commit 0549d22

Browse files
committed
boards/sdkconfig.base: Fix the error of getting application version.
Signed-off-by: lbuque <[email protected]>
1 parent 328d7b8 commit 0549d22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

m5stack/boards/sdkconfig.base

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ CONFIG_COMPILER_OPTIMIZATION_PERF=y
88
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE=y
99

1010
# 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
1313

1414
# Bootloader config
1515
CONFIG_BOOTLOADER_LOG_LEVEL_WARN=y
1616
CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP=y
1717
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
1818

1919
# Change default log level to "ERROR" (instead of "INFO")
20-
CONFIG_LOG_DEFAULT_LEVEL_ERROR=y
20+
CONFIG_LOG_DEFAULT_LEVEL_INFO=y
2121

2222
# Set the maximum included log level higher than the default,
2323
# so esp.osdebug() can enable more logging at runtime.

0 commit comments

Comments
 (0)