1
0
Mirror von https://github.com/s00500/ESPUI.git synchronisiert 2026-03-19 05:50:49 +00:00

dded missing shortcut

Dieser Commit ist enthalten in:
Martin
2024-02-21 15:39:32 -05:00
Ursprung 624663076f
Commit ba7fa33dfb

Datei anzeigen

@@ -28,6 +28,7 @@ The Library runs on any kind of **ESP8266** and **ESP32** (NodeMCU, AI Thinker,
* [Slider](#slider) * [Slider](#slider)
* [Number Input](#number-input) * [Number Input](#number-input)
* [Text Input](#text-input) * [Text Input](#text-input)
* [File Display](#filedisplay)
* [Date, Time, Colour and Password Input](#date-time-colour-and-password-input) * [Date, Time, Colour and Password Input](#date-time-colour-and-password-input)
* [Select control](#select-control) * [Select control](#select-control)
* [Getting the Time](#getting-the-time) * [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 - Vertical controls by @iangray001
- Time/date/password/color input types by @pcbbc - Time/date/password/color input types by @pcbbc
- Delayed response support @MartinMueller2003 - Delayed response support @MartinMueller2003
- Fragmented control transfer @ MartinMueller2003 - Fragmented control transfer @MartinMueller2003
- Extended Callback @MartinMueller2003 - Extended Callback @MartinMueller2003
- Added a file display element - Added a file display element @MartinMueller2003
## Roadmap ## Roadmap