From 5ba8fb4ecef713ee53f9e299c33434ec555af8df Mon Sep 17 00:00:00 2001 From: grch101 Date: Wed, 6 Jan 2021 22:03:52 +0100 Subject: [PATCH] Add file explorer with browsing, upload, delete, create, rename and play audio features --- html/index.html | 1137 ++++++++++++++++++++++++++++++++++++++++++ html/management.html | 410 +++++++++++++++ src/main.cpp | 245 ++++++++- 3 files changed, 1789 insertions(+), 3 deletions(-) create mode 100644 html/index.html diff --git a/html/index.html b/html/index.html new file mode 100644 index 00000000..dd87e6aa --- /dev/null +++ b/html/index.html @@ -0,0 +1,1137 @@ + + + + ESPuino-Konfiguration + + + + + + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/html/management.html b/html/management.html index 851b0eee..dd87e6aa 100644 --- a/html/management.html +++ b/html/management.html @@ -117,6 +117,7 @@