Stop tracking sdkconfig files

This commit is contained in:
2026-04-12 21:31:04 +03:00
parent 818a84bf4f
commit 732a2dfa32
7 changed files with 1 additions and 65 deletions

View File

@@ -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

View File

@@ -1,6 +0,0 @@
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) 6.0.0 Project Minimal Configuration
#
CONFIG_WIFI_SSID="IoT_ext"
CONFIG_WIFI_PASS="s1SgU2W3d5UEQi"
CONFIG_SERVER_HOST="192.168.17.90"

View File

@@ -1,6 +0,0 @@
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) 6.0.0 Project Minimal Configuration
#
CONFIG_WIFI_SSID="IoT_ext"
CONFIG_WIFI_PASS="s1SgU2W3d5UEQi"
CONFIG_SERVER_HOST="192.168.17.90"

View File

@@ -1 +0,0 @@
CONFIG_ESP_CONSOLE_UART=y

View File

@@ -1,12 +0,0 @@
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) 6.0.0 Project Minimal Configuration
#
# default:
CONFIG_IDF_TARGET="esp32s2"
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_ESP_CONSOLE_USB_CDC=y
CONFIG_ESP_CONSOLE_USB_CDC_RX_BUF_SIZE=128
CONFIG_ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF=y
CONFIG_WIFI_SSID="IoT_ext"
CONFIG_WIFI_PASS="s1SgU2W3d5UEQi"
CONFIG_SERVER_HOST="192.168.17.90"