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
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ This driver supports AT firmware versions 1.3.0 to 1.7.0. We advise updating the
13
13
14
14
## Restrictions
15
15
16
-
- The ESP8266 Wi-Fi module does not allow the TCP client to bind to a specific port.
17
-
- Setting up a UDP server is not possible.
18
-
- The serial port does not have hardware flow control enabled by default. Additionally, the AT command set does not have a method for limiting the download rate. Therefore, downloading anything larger than the serial port input buffer is unreliable
16
+
* The ESP8266 Wi-Fi module does not allow the TCP client to bind to a specific port.
17
+
* Setting up a UDP server is not possible.
18
+
* The serial port does not have hardware flow control enabled by default. Additionally, the AT command set does not have a method for limiting the download rate. Therefore, downloading anything larger than the serial port input buffer is unreliable
19
19
unless you use [AT firmware](https://www.espressif.com/en/support/download/at?keys=) version 1.7.0 or later. With older
20
20
firmware, an application should be able to read fast enough to stay ahead of the network. This applies mostly to TCP
21
21
protocol, where data would be lost without notification. On UDP using all firmware versions, the higher-layer protocol should recover from packet loss.
@@ -71,30 +71,30 @@ Once you have your hardware set up, add a configuration like the following to yo
71
71
72
72
### Example board pins
73
73
74
-
1. TX - D1 (Arduino Uno Revision 3 connectivity headers)
75
-
2. RX - D0 (Arduino Uno Revision 3 connectivity headers)
0 commit comments