From 66135dc32da4cc104f96b1221cb194a9f9d05497 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 19 Oct 2022 22:02:40 -0400 Subject: [PATCH] v1.4.0 to add `LittleFS` functions #### Release v1.4.0 1. Add `LittleFS` functions such as AsyncFSWebServer 2. Add examples [AsyncFSWebServer](https://github.com/khoih-prog/AsyncWebServer_RP2040W/tree/main/examples/AsyncFSWebServer) and [AsyncFSWebServer_Complex](https://github.com/khoih-prog/AsyncWebServer_RP2040W/tree/main/examples/AsyncFSWebServer_Complex) to demo the new feature --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af68815..6a3ce7a 100644 --- a/README.md +++ b/README.md @@ -1938,7 +1938,7 @@ You can access the Async_WebSockets Servers at the displayed server IP, e.g. `19 --- -#### 11. AsyncFSWebServer_Complex on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi +#### 11. AsyncFSWebServer_Complex on RASPBERRY_PI_PICO_W using CYW43439 WiFi Following is debug terminal output when running example [AsyncFSWebServer_Complex](examples/AsyncFSWebServer_Complex) on RASPBERRY_PI_PICO_W using CYW43439 WiFi.