Update linux AP connection settings to connect to remote AP and wait for the connection (#4685)

Signed-off-by: Steve Pham <spham@amazon.com>
monroegm-disable-blank-issue-2
Steve Pham 4 years ago committed by GitHub
parent 8d7b03c859
commit 999ec261c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@
"remote_port": 45643,
"connect_to_remote": 0,
"windows_connect_to_remote": 1,
"linux_connect_to_remote": 0,
"linux_connect_to_remote": 1,
"provo_connect_to_remote": 1,
"salem_connect_to_remote": 0,
"jasper_connect_to_remote": 0,
@ -29,7 +29,7 @@
"salem_wait_for_connect": 0,
"jasper_wait_for_connect": 0,
"windows_wait_for_connect": 1,
"linux_wait_for_connect": 0,
"linux_wait_for_connect": 1,
"android_wait_for_connect": 0,
"ios_wait_for_connect": 0,
"mac_wait_for_connect": 0,

Loading…
Cancel
Save