feito fork de electro/esp-irblaster
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
27 linhas
595 B
27 linhas
595 B
menu "DHCP watchdog"
|
|
|
|
config DHCPWD_PERIOD_GW_PING_S
|
|
int "Connectivity test interval (s)"
|
|
default 60
|
|
help
|
|
Time between two connectivity tests (gateway ping)
|
|
|
|
config DHCPWD_GETIP_TIMEOUT_S
|
|
int "Timeout to get IP (s)"
|
|
default 10
|
|
help
|
|
Timeout after establishing connection to get an IP address from the DHCP server.
|
|
|
|
config DHCPWD_TASK_STACK_SIZE
|
|
int "Task stack size (bytes)"
|
|
default 4096
|
|
help
|
|
DHCP watchdog task stack size
|
|
|
|
config DHCPWD_TASK_PRIORITY
|
|
int "Task priority"
|
|
default 3
|
|
help
|
|
DHCP watchdog task priority
|
|
|
|
endmenu
|
|
|