20 lines
509 B
Plaintext
20 lines
509 B
Plaintext
menu "Smart Oil Heating Control System"
|
|
|
|
config SSID
|
|
string "SSID"
|
|
default "my WiFi SSID"
|
|
config WIFI_PASSWORD
|
|
string "WIFI_PASSWORD"
|
|
default "my WIFI Password"
|
|
config STATIC_IP_ADDR
|
|
string "Static IPv4 address"
|
|
default "192.168.0.42"
|
|
config STATIC_IP_NETMASK
|
|
string "Static IPv4 netmask"
|
|
default "255.255.0.0"
|
|
config STATIC_GATEWAY_IP_ADDR
|
|
string "Static IPv4 gateway address"
|
|
default "192.168.0.1"
|
|
|
|
endmenu
|