Skip to content

Commit d91a49d

Browse files
authored
Merge pull request qualcomm-linux#178 from smuppand/video-fix
Refactor: Replace Hardcoded Wi-Fi SSID and Password with Generic Placeholders
2 parents 8ab2f60 + 2e85569 commit d91a49d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Runner/suites/Multimedia/Video/Video_V4L2_Runner/README_Video.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ If the target is offline when a clip bundle is needed:
153153

154154
**Provide credentials via:**
155155
```sh
156-
export SSID="Hydra"
157-
export PASSWORD="K5x48Vz3"
158-
# or create ./ssid_list.txt with: Hydra K5x48Vz3
156+
export SSID="WIFI_SSID"
157+
export PASSWORD="WIFI_PASSWORD"
158+
# or create ./ssid_list.txt with: WIFI_PASSWORD WIFI_PASSWORD
159159
```
160160

161161
---
@@ -231,8 +231,8 @@ VIDEO_FW_BACKUP_DIR=/opt ./run.sh --platform kodiak --stack upstream
231231

232232
### Ensure Wi‑Fi is used for downloads (if needed)
233233
```sh
234-
export SSID="AP Name"
235-
export PASSWORD="Password"
234+
export SSID="WIFI_SSID"
235+
export PASSWORD="WIFI_PASSWORD"
236236
./run.sh --extract-input-clips true
237237
```
238238

0 commit comments

Comments
 (0)