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
Mika Leppänen 2018-05-18 15:46:08 +03:00 committed by Kevin Bracey
parent 162a8c0a00
commit 91531a2aaa
1 changed files with 2 additions and 2 deletions

View File

@ -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",