From 5c1b7f544193adb98d4e668acc243ba7ada97889 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 30 Dec 2020 03:12:44 -0500 Subject: [PATCH] v1.1.0 ### Major Releases v1.1.0 1. Add support to LittleFS for ESP32 using [LITTLEFS](https://github.com/lorol/LITTLEFS) Library 2. Clean-up all compiler warnings possible. 3. Add Table of Contents 4. Add Version String --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13bdda3..56ab67e 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ This [**BlynkESP32_BT_WF** library](https://github.com/khoih-prog/BlynkESP32_BT_ 4. [`ESP_DoubleResetDetector library 1.1.1+`](https://github.com/khoih-prog/ESP_DoubleResetDetector) to use DRD feature. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_DoubleResetDetector.svg?)](https://www.ardu-badge.com/ESP_DoubleResetDetector). 5. [`ESPAsyncWebServer v1.2.3+`](https://github.com/me-no-dev/ESPAsyncWebServer) 6. [`AsyncTCP v1.1.1+`](https://github.com/me-no-dev/AsyncTCP) -7. [`LittleFS_esp32 v1.0.5+](https://github.com/lorol/LITTLEFS) to use ESP32 LIttleFS +7. [`LittleFS_esp32 v1.0.5+`](https://github.com/lorol/LITTLEFS) to use ESP32 LIttleFS ---