From 8e678d79efec5af54c3bf96c14f82f8f3b4eb68a Mon Sep 17 00:00:00 2001 From: grch101 Date: Wed, 6 Jan 2021 22:03:52 +0100 Subject: [PATCH 1/6] 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 0000000..dd87e6a --- /dev/null +++ b/html/index.html @@ -0,0 +1,1137 @@ + + + + ESPuino-Konfiguration + + + + + + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/html/management.html b/html/management.html index ce1013c..909b15b 100644 --- a/html/management.html +++ b/html/management.html @@ -117,6 +117,7 @@