From 91531a2aaa3153c30054d837a34f1eb8b44f1c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20Lepp=C3=A4nen?= Date: Fri, 18 May 2018 15:46:08 +0300 Subject: [PATCH] Updated ublox odin greentea test configuration file connect statement Statement now uses network interface wifiInterface() method to get wifi interface instead of casting. --- tools/test_configs/OdinInterface.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/test_configs/OdinInterface.json b/tools/test_configs/OdinInterface.json index 9b2358a550..eff3929dab 100644 --- a/tools/test_configs/OdinInterface.json +++ b/tools/test_configs/OdinInterface.json @@ -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",