We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77b9ec commit d385496Copy full SHA for d385496
Kconfig
@@ -2,13 +2,13 @@ menu "Button Driver"
2
orsource "$IDF_PATH/examples/common_components/env_caps/$IDF_TARGET/Kconfig.env_caps"
3
config BUTTON_DRIVER_DEBUG
4
bool "Enable Button Driver Debug"
5
- default false
+ default y
6
help
7
Print button log
8
config BUTTON_DRIVER_SAMPLING_DEBUG
9
depends on BUTTON_DRIVER_DEBUG
10
bool "Enable Button Driver Sampling Debug"
11
12
13
Print Sampling Value
14
endmenu
0 commit comments