From df21602c90c5767bd18a602bf6895347eb0823eb Mon Sep 17 00:00:00 2001 From: Jm Date: Sat, 2 Jan 2021 10:18:35 -0800 Subject: [PATCH] Remove text "This interface is experimental" --- src/meshwifi/meshhttp.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/meshwifi/meshhttp.cpp b/src/meshwifi/meshhttp.cpp index 319a70d7..7dab845f 100644 --- a/src/meshwifi/meshhttp.cpp +++ b/src/meshwifi/meshhttp.cpp @@ -559,9 +559,7 @@ void handleStaticBrowse(HTTPRequest *req, HTTPResponse *res) } res->println("

Upload new file

"); - res->println("

*** This interface is experimental ***

"); - res->println("

This form allows you to upload files. Keep your filenames very short and files small. Big filenames and big " - "files (>200k) are a known problem.

"); + res->println("

This form allows you to upload files. Keep your filenames small and files under 200k.

"); res->println("
"); res->println("file:
"); res->println("");