Skip to content

Commit d385496

Browse files
committed
refactor: debug configuration is enabled by default
1 parent b77b9ec commit d385496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Kconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ menu "Button Driver"
22
orsource "$IDF_PATH/examples/common_components/env_caps/$IDF_TARGET/Kconfig.env_caps"
33
config BUTTON_DRIVER_DEBUG
44
bool "Enable Button Driver Debug"
5-
default false
5+
default y
66
help
77
Print button log
88
config BUTTON_DRIVER_SAMPLING_DEBUG
99
depends on BUTTON_DRIVER_DEBUG
1010
bool "Enable Button Driver Sampling Debug"
11-
default false
11+
default y
1212
help
1313
Print Sampling Value
1414
endmenu

0 commit comments

Comments
 (0)