diff --git a/README.md b/README.md index 390a789..fd4ddfb 100644 --- a/README.md +++ b/README.md @@ -1094,14 +1094,15 @@ Submit issues to: [WebServer_WT32_ETH01 issues](https://github.com/khoih-prog/We Many thanks for everyone for bug reporting, new feature suggesting, testing and contributing to the development of this library. 1. Based on the [Ivan Grokhotkov's ESP32 WebServer](https://github.com/espressif/arduino-esp32/tree/master/libraries/WebServer) and [HTTPClient Library](https://github.com/espressif/arduino-esp32/tree/master/libraries/HTTPClient) libraries. -2. Thanks to [Sardar Azari](https://github.com/gagulik) to make PR in [streamFile and serveStatic for ESP8266/ESP32 boards #22](https://github.com/khoih-prog/EthernetWebServer/pull/22) to add WebServer feature to serve static from LittleFS/SPIFFS for ESP32. The example [**serveStatic**](examples/serveStatic) and [**serveStaticLoadFile**](examples/serveStaticLoadFile) are also contributed by [Sardar Azari](https://github.com/gagulik). +2. Thanks to [Sardar Azari](https://github.com/gagulik) to make PR in [streamFile and serveStatic for ESP8266/ESP32 boards #22](https://github.com/khoih-prog/EthernetWebServer/pull/22) to add WebServer feature to serve static from LittleFS/SPIFFS for ESP32. The example [**serveStatic**](examples/serveStatic) and [**serveStaticLoadFile**](examples/serveStaticLoadFile) are also contributed by [Sardar Azari](https://github.com/gagulik) +3. Thanks to [DSikes](https://github.com/PockyBum522) to make PR in [Added MQTT and OTA over Ethernet example to examples folder #9](https://github.com/khoih-prog/WebServer_WT32_ETH01/pull/9) to add OTA feature, leading to v1.5.1
⭐️ Ivan Grokhotkov |
- -Sardar Azari |
+ Sardar Azari |
+ DSikes |