From 5fd04ff279d51aed69b7ebd0602188934fdde764 Mon Sep 17 00:00:00 2001 From: Seppo Takalo Date: Tue, 2 Oct 2018 13:10:13 +0300 Subject: [PATCH] Reset channel settings back to default --- TESTS/network/wifi/wifi_set_channel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/TESTS/network/wifi/wifi_set_channel.cpp b/TESTS/network/wifi/wifi_set_channel.cpp index 53ce93e18c..5f609e0848 100644 --- a/TESTS/network/wifi/wifi_set_channel.cpp +++ b/TESTS/network/wifi/wifi_set_channel.cpp @@ -69,5 +69,6 @@ void wifi_set_channel(void) TEST_ASSERT(error == NSAPI_ERROR_PARAMETER); } + wifi->set_channel(0); }