first commit
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
menu "Bluetooth SIP Client Configuration"
|
||||
|
||||
config BSC_DEFAULT_AP_SSID
|
||||
string "Default Hotspot SSID"
|
||||
default "ESP32-SIP-Phone"
|
||||
help
|
||||
SSID für den Standard-Hotspot wenn keine WLAN-Daten konfiguriert sind.
|
||||
|
||||
config BSC_DEFAULT_AP_PASSWORD
|
||||
string "Default Hotspot Password"
|
||||
default "sip-phone-setup"
|
||||
help
|
||||
Passwort für den Standard-Hotspot.
|
||||
|
||||
config BSC_DEFAULT_AP_IP
|
||||
string "Default Hotspot IP"
|
||||
default "192.168.4.1"
|
||||
help
|
||||
IP-Adresse des ESP32 im Hotspot-Modus.
|
||||
|
||||
config BSC_DEFAULT_AP_GATEWAY
|
||||
string "Default Hotspot Gateway"
|
||||
default "192.168.4.1"
|
||||
help
|
||||
Gateway-Adresse im Hotspot-Modus.
|
||||
|
||||
config BSC_DEFAULT_AP_NETMASK
|
||||
string "Default Hotspot Netmask"
|
||||
default "255.255.255.0"
|
||||
help
|
||||
Netzmaske im Hotspot-Modus.
|
||||
|
||||
config BSC_WEB_PORT
|
||||
int "Webserver Port"
|
||||
default 80
|
||||
help
|
||||
Port für den Konfigurations-Webserver.
|
||||
|
||||
config BSC_MAX_BT_DEVICES
|
||||
int "Maximum Bluetooth Paired Devices"
|
||||
default 10
|
||||
help
|
||||
Maximale Anzahl gepairter Bluetooth-Geräte.
|
||||
|
||||
config BSC_BT_DEVICE_NAME
|
||||
string "Bluetooth Device Name"
|
||||
default "ESP32-SIP-Phone"
|
||||
help
|
||||
Bluetooth-Gerätename für die Erkennung.
|
||||
|
||||
config BSC_SIP_DEFAULT_PORT
|
||||
int "Default SIP Port"
|
||||
default 5060
|
||||
help
|
||||
Standard SIP-Port für die TK-Anlage.
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user