domotic/main/Kconfig.projbuild
2025-12-15 07:05:50 +01:00

28 lines
844 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 EXAMPLE_QEMU_RGB_PANEL_DEDIC_FB
bool "Use QEMU RGB panel dedicated framebuffer"
default "n"
help
Use QEMU RGB panel dedicated framebuffer as the framebuffer for LVGL.
#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