File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Runner/suites/Multimedia/Video/Video_V4L2_Runner Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments