We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70bf03b commit 50def68Copy full SHA for 50def68
libraries/Ethernet/src/Ethernet.cpp
@@ -1,7 +1,5 @@
1
#include "Ethernet.h"
2
3
-#define SSID_MAX_LENGTH 32
4
-
5
int arduino::EthernetClass::begin(uint8_t *mac, unsigned long timeout, unsigned long responseTimeout) {
6
if (eth_if == nullptr) {
7
return 0;
0 commit comments