Skip to content

Commit 91531a2

Browse files
Mika Leppänenkjbracey
authored andcommitted
Updated ublox odin greentea test configuration file connect statement
Statement now uses network interface wifiInterface() method to get wifi interface instead of casting.
1 parent 162a8c0 commit 91531a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test_configs/OdinInterface.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"value" : "new OdinWiFiInterface()"
99
},
1010
"connect-statement" : {
11-
"help" : "Disabled until EMAC updated",
12-
"value" : null
11+
"help" : "Must use 'net' variable name",
12+
"value" : "net->wifiInterface()->connect(WIFI_SSID, WIFI_PASSWORD)"
1313
},
1414
"echo-server-addr" : {
1515
"help" : "IP address of echo server",

0 commit comments

Comments
 (0)