23 lines
617 B
Plaintext
23 lines
617 B
Plaintext
menu "Domotic Configuration"
|
|
|
|
config ESP_WIFI_SSID
|
|
string "WiFi SSID"
|
|
default "myssid"
|
|
help
|
|
SSID (network name) for the example to connect to.
|
|
|
|
config ESP_WIFI_PASSWORD
|
|
string "WiFi Password"
|
|
default "mypassword"
|
|
help
|
|
WiFi password (WPA or WPA2) for the example to use.
|
|
|
|
#config GPIO_INPUT_CAPTEUR_PIR
|
|
# int "GPIO PIN Capteur PIR"
|
|
# range ENV_GPIO_RANGE_MIN ENV_GPIO_IN_RANGE_MAX
|
|
# default 4
|
|
# help
|
|
# GPIO pin à utiliser pour le capteur de présence IR.
|
|
|
|
endmenu
|