We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b418fce commit 8ea46eaCopy full SHA for 8ea46ea
features/netsocket/WiFiInterface.h
@@ -69,7 +69,7 @@ class WiFiInterface: public NetworkInterface
69
*/
70
virtual int connect(const char *ssid, const char *pass,
71
nsapi_security_t security = NSAPI_SECURITY_NONE,
72
- uint8_t channel = 0);
+ uint8_t channel = 0) = 0;
73
74
/** Start the interface
75
*
0 commit comments