mirror of https://github.com/ARMmbed/mbed-os.git
Updated ublox odin greentea test configuration file connect statement
Statement now uses network interface wifiInterface() method to get wifi interface instead of casting.pull/6847/head
parent
162a8c0a00
commit
91531a2aaa
|
@ -8,8 +8,8 @@
|
|||
"value" : "new OdinWiFiInterface()"
|
||||
},
|
||||
"connect-statement" : {
|
||||
"help" : "Disabled until EMAC updated",
|
||||
"value" : null
|
||||
"help" : "Must use 'net' variable name",
|
||||
"value" : "net->wifiInterface()->connect(WIFI_SSID, WIFI_PASSWORD)"
|
||||
},
|
||||
"echo-server-addr" : {
|
||||
"help" : "IP address of echo server",
|
||||
|
|
Loading…
Reference in New Issue