Stop tracking sdkconfig files
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
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
|
||||
Reference in New Issue
Block a user