@@ -4,14 +4,10 @@ menu "Server Configuration"
44config SERVER_URL
55 string "Server URL"
66 default "example.com"
7- help
8- Server URL.
97
108choice TRANSFER_PROTOCOL
119 prompt "Transfer Protocol"
1210 default TRANSFER_PROTOCOL_HTTPS
13- help
14- Select to use which transfer protocol.
1511
1612config TRANSFER_PROTOCOL_HTTP
1713 bool "http"
@@ -23,40 +19,28 @@ config VERIFY_SERVER_CERT
2319 bool "Verify Server SSL Certificate"
2420 default "y"
2521 depends on TRANSFER_PROTOCOL_HTTPS
26- help
27- Select this to enable server ssl certificate verification.
2822
2923config ENABLE_OTA
3024 bool "Enable OTA Update"
3125 default y
32- help
33- Select this to enable ota update.
3426endmenu
3527
3628menu "WiFi Configuration"
3729config WIFI_SSID
3830 string "WiFi SSID"
3931 default "myssid"
40- help
41- SSID (network name) for the device to connect to.
4232
4333config WIFI_PASSWORD
4434 string "WiFi Password"
4535 default "mypassword"
46- help
47- WiFi password (WPA or WPA2) for the device to use.
4836
4937config WIFI_HOSTNAME_PREFIX
5038 string "WiFi Hostname Prefix"
5139 default "NAS"
52- help
53- WiFi hostname prefix for the device to use.
5440
5541config ENABLE_SC_KEY
5642 bool "Enable SmartConfig Key"
5743 default y
58- help
59- Select this to enable smartconfig key.
6044
6145config SC_KEY_HOLD_TIME
6246 int "SmartConfig Key Hold Time (ms)"
@@ -67,8 +51,6 @@ choice SC_KEY_ACTIVE_LEVEL
6751 prompt "SmartConfig Key Active Level"
6852 default SC_KEY_ACTIVE_LOW
6953 depends on ENABLE_SC_KEY
70- help
71- Select SmartConfig Key Active Level.
7254
7355config SC_KEY_ACTIVE_HIGH
7456 bool "Active High"
@@ -110,15 +92,11 @@ menu "GUI Configuration"
11092config ENABLE_GUI
11193 bool "Enable GUI"
11294 default y
113- help
114- Select this to enable gui.
11595
11696choice LCD_TYPE
11797 prompt "LCD Type"
11898 default LCD_TYPE_ST7789
11999 depends on ENABLE_GUI
120- help
121- Select which LCD type to use.
122100
123101config LCD_TYPE_ST7735
124102 bool "ST7735 80x160 LCD Panel"
@@ -130,8 +108,6 @@ choice LCD_ORIENTATION
130108 prompt "LCD Orientation"
131109 default LCD_ORIENTATION_NORMAL
132110 depends on ENABLE_GUI
133- help
134- Select LCD orientation.
135111
136112config LCD_ORIENTATION_NORMAL
137113 bool "Normal"
@@ -179,15 +155,11 @@ menu "LED Configuration"
179155config ENABLE_LED
180156 bool "Enable LED"
181157 default y
182- help
183- Select this to enable LED Output.
184158
185159choice LED_ACTIVE_LEVEL
186160 prompt "LED Active Level"
187161 default LED_ACTIVE_HIGH
188162 depends on ENABLE_LED
189- help
190- Select LED Active Level.
191163
192164config LED_ACTIVE_HIGH
193165 bool "Active High"
@@ -205,15 +177,11 @@ menu "Audio Configuration"
205177config ENABLE_AUDIO_PROMPT
206178 bool "Enable Audio Prompt"
207179 default y
208- help
209- Select this to enable audio prompt.
210180
211181choice AUDIO_OUTPUT
212182 prompt "Audio Output"
213183 default AUDIO_OUTPUT_I2S1
214184 depends on ENABLE_AUDIO_PROMPT
215- help
216- Select Audio Output Interface.
217185
218186 config AUDIO_OUTPUT_I2S0
219187 bool "I2S-0"
0 commit comments