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 6e2acb0 commit ac8474dCopy full SHA for ac8474d
src/utility/w5100.h
@@ -45,7 +45,7 @@ typedef uint8_t SOCKET;
45
class SnMR {
46
public:
47
static const uint8_t CLOSE = 0x00;
48
- static const uint8_t TCP = 0x01;
+ static const uint8_t TCP = 0x21;
49
static const uint8_t UDP = 0x02;
50
static const uint8_t IPRAW = 0x03;
51
static const uint8_t MACRAW = 0x04;
0 commit comments