mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #8298 from SeppoTakalo/wifi_reset_channel
Reset channel settings back to defaultpull/8364/merge
commit
5a47318bc2
|
@ -69,5 +69,6 @@ void wifi_set_channel(void)
|
|||
TEST_ASSERT(error == NSAPI_ERROR_PARAMETER);
|
||||
}
|
||||
|
||||
wifi->set_channel(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue