From ba7fa33dfb4d0b12cfc33f6bf76b8f08e7eb5597 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 21 Feb 2024 15:39:32 -0500 Subject: [PATCH] dded missing shortcut --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60b2736..8108829 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ The Library runs on any kind of **ESP8266** and **ESP32** (NodeMCU, AI Thinker, * [Slider](#slider) * [Number Input](#number-input) * [Text Input](#text-input) + * [File Display](#filedisplay) * [Date, Time, Colour and Password Input](#date-time-colour-and-password-input) * [Select control](#select-control) * [Getting the Time](#getting-the-time) @@ -63,9 +64,9 @@ The Library runs on any kind of **ESP8266** and **ESP32** (NodeMCU, AI Thinker, - Vertical controls by @iangray001 - Time/date/password/color input types by @pcbbc - Delayed response support @MartinMueller2003 -- Fragmented control transfer @ MartinMueller2003 +- Fragmented control transfer @MartinMueller2003 - Extended Callback @MartinMueller2003 -- Added a file display element +- Added a file display element @MartinMueller2003 ## Roadmap