Init
This commit is contained in:
45
main/Kconfig.projbuild
Normal file
45
main/Kconfig.projbuild
Normal file
@@ -0,0 +1,45 @@
|
||||
menu "KeyPi"
|
||||
|
||||
config WIFI_SSID
|
||||
string "Wi-Fi SSID"
|
||||
default ""
|
||||
help
|
||||
SSID of the Wi-Fi network to connect to.
|
||||
|
||||
config WIFI_PASSWORD
|
||||
string "Wi-Fi Password"
|
||||
default ""
|
||||
help
|
||||
Password for the Wi-Fi network.
|
||||
|
||||
config SSH_HOSTNAME
|
||||
string "SSH Server Hostname or IP"
|
||||
default "192.168.1.1"
|
||||
help
|
||||
Hostname or IP address of the SSH server (door controller).
|
||||
|
||||
config SSH_PORT
|
||||
int "SSH Server Port"
|
||||
default 22
|
||||
help
|
||||
TCP port of the SSH server.
|
||||
|
||||
config SSH_USERNAME
|
||||
string "SSH Username"
|
||||
default "pi"
|
||||
help
|
||||
Username to authenticate with on the SSH server.
|
||||
|
||||
config SSH_OPEN_COMMAND
|
||||
string "SSH Open Command"
|
||||
default "door open"
|
||||
help
|
||||
Shell command to execute on the SSH server to open the door.
|
||||
|
||||
config SSH_LOCK_COMMAND
|
||||
string "SSH Lock Command"
|
||||
default "door lock"
|
||||
help
|
||||
Shell command to execute on the SSH server to lock the door.
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user