24 lines
360 B
Plaintext
24 lines
360 B
Plaintext
menu "IoT Fish Config"
|
|
|
|
config WIFI_SSID
|
|
string "Wi-Fi SSID"
|
|
|
|
config WIFI_PASS
|
|
string "Wi-Fi password"
|
|
|
|
config SERVER_HOST
|
|
string "Backend Host"
|
|
|
|
config SERVER_PORT
|
|
int "Backend Port"
|
|
default 8080
|
|
|
|
config DEVICE_ID
|
|
string "Device ID"
|
|
default "esp32_fish_01"
|
|
|
|
config PROTOCOL_VERSION
|
|
int "Protocol Version"
|
|
default 1
|
|
|
|
endmenu |