Skip to content

Commit 8389fbd

Browse files
committed
Masking the WiFi Acessess point and Password
Signed-off-by: Srikanth Muppandam <[email protected]>
1 parent 3656739 commit 8389fbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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="Hydra"
235-
export PASSWORD="K5x48Vz3"
234+
export SSID="AP Name"
235+
export PASSWORD="Password"
236236
./run.sh --extract-input-clips true
237237
```
238238

@@ -262,4 +262,4 @@ export PASSWORD="K5x48Vz3"
262262
- **Download fails**
263263
Ensure time is sane (TLS), network is reachable, and provide Wi‑Fi creds via env or `ssid_list.txt`. The downloader uses BusyBox‑compatible flags with retries.
264264

265-
---
265+
---

0 commit comments

Comments
 (0)