aboutsummaryrefslogtreecommitdiff
path: root/main/Kconfig.projbuild
diff options
context:
space:
mode:
authorMaël Gassmann <mael.gassmann@students.bfh.ch>2024-10-11 02:18:54 +0200
committerMaël Gassmann <mael.gassmann@students.bfh.ch>2024-10-11 02:19:31 +0200
commit02dfa1385e25875659eec20313b8914ccbf60954 (patch)
treeb8df240517543f2e4a55a9188ea5856abec932cf /main/Kconfig.projbuild
parent62f508b029c4cc6d0819eb5b3e06353c902be2be (diff)
[+] Button module with long / short press and release detectionmaster
Diffstat (limited to 'main/Kconfig.projbuild')
-rw-r--r--main/Kconfig.projbuild16
1 files changed, 6 insertions, 10 deletions
diff --git a/main/Kconfig.projbuild b/main/Kconfig.projbuild
index 4ff3093..85eb1ee 100644
--- a/main/Kconfig.projbuild
+++ b/main/Kconfig.projbuild
@@ -144,6 +144,12 @@ menu "Configuration of the Nixie Screen"
default 3
help
Pin number for N3_P3.
+
+ config BUTTON_PIN
+ int "Pin number for the button"
+ default 9
+ help
+ Pin number for the button.
config ESP_DPP_LISTEN_CHANNEL_LIST
string "DPP Listen channel list"
@@ -166,14 +172,4 @@ menu "Configuration of the Nixie Screen"
default "pool.ntp.org"
help
Hostname of the main SNTP server.
-
- choice SNTP_TIME_SYNC_METHOD
- prompt "Time synchronization method"
- default SNTP_TIME_SYNC_METHOD_IMMED
- help
- Time synchronization method.
-
- config SNTP_TIME_SYNC_METHOD_IMMED
- bool "update time immediately when received"
- endchoice
endmenu \ No newline at end of file