Skip to content

Commit a5853f6

Browse files
committed
fix: Help text in kconfig
1 parent f22acb9 commit a5853f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/Kconfig.projbuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ menu "Camera Display Configuration"
1515
string "WiFi SSID"
1616
default ""
1717
help
18-
SSID (network name) for the camera streamer to connect to.
18+
SSID (network name) for the camera display to connect to.
1919

2020
config ESP_WIFI_PASSWORD
2121
string "WiFi Password"
2222
default ""
2323
help
24-
WiFi password (WPA or WPA2) for the camera streamer to use.
24+
WiFi password (WPA or WPA2) for the camera display to use.
2525

2626
config ESP_MAXIMUM_RETRY
2727
int "Maximum retry"

0 commit comments

Comments
 (0)