File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ EthernetClient EthernetServer::available()
46
46
chip = W5100.getChip ();
47
47
if (!chip) return EthernetClient (MAX_SOCK_NUM);
48
48
#if MAX_SOCK_NUM > 4
49
- if (chip == 51 || chip == 50 ) maxindex = 4 ; // W5100 chip never supports more than 4 sockets
49
+ if (chip == 51 || chip == 50 ) maxindex = 4 ; // W5100+W5100S chips never support more than 4 sockets
50
50
#endif
51
51
for (uint8_t i=0 ; i < maxindex; i++) {
52
52
if (server_port[i] == _port) {
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ uint8_t W5100Class::init(void)
182
182
writeTMSR (0x55 );
183
183
writeRMSR (0x55 );
184
184
#endif
185
- // Try W5100 last. This simple chip uses fixed 4 byte frames
185
+ // Try W5100. This simple chip uses fixed 4 byte frames
186
186
// for every 8 bit access. Terribly inefficient, but so simple
187
187
// it recovers from "hearing" unsuccessful W5100 or W5200
188
188
// communication. W5100 is also the only chip without a VERSIONR
You can’t perform that action at this time.
0 commit comments