sta_connect_multi_example: changes NA to [BLANK]

This commit is contained in:
Jed Reynolds
2020-06-09 17:45:27 -07:00
parent e83488483f
commit 104e0d4bca

View File

@@ -32,7 +32,7 @@ def main():
test.resource = 1
test.dut_security = sta_connect.OPEN
test.dut_ssid = "jedway-open"
test.dut_passwd = "NA"
test.dut_passwd = "[BLANK]"
test.station_names = station_names
test.runtime_secs = 500
test.cleanup_on_exit = False