|
84 | 84 | * [10. AsyncHTTPRequest_ESP_WiFiManager running on ESP32S3_DEV](#10-asynchttprequest_esp_wifimanager-running-on-ESP32S3_DEV) **New**
|
85 | 85 | * [11. AsyncHTTPRequest_ESP_Multi running on ESP32_DEV](#11-AsyncHTTPRequest_ESP_Multi-running-on-ESP32_DEV) **New**
|
86 | 86 | * [12. AsyncHTTPRequest_ESP8266_Ethernet running on ESP8266_NODEMCU_ESP12E using ESP8266_W5500 Ethernet](#12-AsyncHTTPRequest_ESP8266_Ethernet-running-on-ESP8266_NODEMCU_ESP12E-using-ESP8266_W5500-Ethernet) **New**
|
87 |
| - |
88 |
| - AsyncHTTPRequest_ESP8266_Ethernet running on ESP8266_NODEMCU_ESP12E using ESP8266_W5500 Ethernet |
89 | 87 | * [Debug](#debug)
|
90 | 88 | * [Troubleshooting](#troubleshooting)
|
91 | 89 | * [Issues](#issues)
|
@@ -435,9 +433,9 @@ This is the wiring for EP8266 W5x00 Ethernet when using `SS = GPIO16`
|
435 | 433 |
|
436 | 434 | |W5x00 Ethernet|<--->|ESP8266|
|
437 | 435 | |:-:|:-:|:-:|
|
438 |
| -|MOSI|<--->|MOSI = GPIO14| |
| 436 | +|MOSI|<--->|MOSI = GPIO13| |
439 | 437 | |MISO|<--->|MISO = GPIO12|
|
440 |
| -|SCK|<--->|SCK = GPIO13| |
| 438 | +|SCK|<--->|SCK = GPIO14| |
441 | 439 | |SS|<--->|GPIO16|
|
442 | 440 | |GND|<--->|GND|
|
443 | 441 | |VCC|<--->|+3.3V|
|
@@ -1108,17 +1106,11 @@ Submit issues to: [AsyncHTTPRequest_Generic issues](https://github.com/khoih-pro
|
1108 | 1106 | This library is based on, modified, bug-fixed and improved from:
|
1109 | 1107 |
|
1110 | 1108 | 1. [Bob Lemaire's **asyncHTTPrequest Library**](https://github.com/boblemaire/asyncHTTPrequest) to use the better **asynchronous** features of these following Async TCP Libraries : ( [`ESPAsyncTCP`](https://github.com/me-no-dev/ESPAsyncTCP), [`AsyncTCP`](https://github.com/me-no-dev/AsyncTCP), and [`STM32AsyncTCP`](https://github.com/philbowles/STM32AsyncTCP) ).
|
1111 |
| - |
1112 | 1109 | 2. Thanks to [Daniel Brunner](https://github.com/0xFEEDC0DE64) to report and make PR in [Fixed linker errors when included in multiple .cpp files](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/pull/1) leading to v1.0.1. See [**HOWTO Fix `Multiple Definitions` Linker Error**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic#HOWTO-Fix-Multiple-Definitions-Linker-Error)
|
1113 |
| - |
1114 | 1110 | 3. Thanks to [gleniat](https://github.com/gleniat) to make enhancement request in [Add support for sending PUT, PATCH, DELETE request](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/5) leading to v1.1.0.
|
1115 |
| - |
1116 | 1111 | 4. Thanks to [BadDwarf](https://github.com/baddwarf) to report [**compatibility with ESPAsyncWebServer #11**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/11) leading to the enhancement in v1.1.2.
|
1117 |
| - |
1118 | 1112 | 5. Thanks to [spdi](https://github.com/spdi) to report [**'Connection' header expects 'disconnect' instead 'close' ? #13**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/13) leading to new release v1.1.3 to fix bug.
|
1119 |
| - |
1120 | 1113 | 6. Thanks to [andrewk123](https://github.com/andrewk123) to report [**Http GET polling causes crash when host disconnected #22**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/22) leading to new release v1.4.0 to fix bug.
|
1121 |
| - |
1122 | 1114 | 7. Thanks to [DavidAntonin](https://github.com/DavidAntonin) to report [Cannot send requests to different addresses #4](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues/4) leading to new release v1.7.1 to demonstrate how to send requests to multiple addresses and receive responses from them.
|
1123 | 1115 |
|
1124 | 1116 |
|
|
0 commit comments