You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The implementation in this library has restrictions as the Arduino platform reso
8
8
* The server **only** handles **single byte** chars. The Arduino just can't handle UTF-8 to it's full.
9
9
* The server **only** accepts **final** frames with maximum payload length of 64 bytes. No fragmented data, in other words.
10
10
* For now, the server silently ignores all frames except TXT and CLOSE.
11
-
* The amonut of simultaneous connections may be limited by RAM or hardware. (Each connection takes 16 bytes of RAM)
11
+
* The amount of simultaneous connections may be limited by RAM or hardware. (Each connection takes 16 bytes of RAM, and the W5100 shield is hardware-limited to 4 simultaneous connections.)
0 commit comments