domotic/main/Kconfig.projbuild
2025-04-27 19:22:17 +02:00

23 lines
611 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