Merge pull request #8298 from SeppoTakalo/wifi_reset_channel

Reset channel settings back to default
pull/8364/merge
Cruz Monrreal 2018-10-10 08:44:39 -05:00 committed by GitHub
commit 5a47318bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -69,5 +69,6 @@ void wifi_set_channel(void)
TEST_ASSERT(error == NSAPI_ERROR_PARAMETER);
}
wifi->set_channel(0);
}