From 3a620748d758d011a0890c7be6f3e329307a2e44 Mon Sep 17 00:00:00 2001 From: Christian Herzog Date: Thu, 24 Oct 2019 20:30:18 +0200 Subject: [PATCH] prepare FW upload --- components/wifi-manager/index.html | 12 ++++++++++++ components/wifi-manager/style.css | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/components/wifi-manager/index.html b/components/wifi-manager/index.html index 8d90e41b..71a5d195 100644 --- a/components/wifi-manager/index.html +++ b/components/wifi-manager/index.html @@ -299,6 +299,18 @@

Firmware URL:

+
diff --git a/components/wifi-manager/style.css b/components/wifi-manager/style.css index 6de1c51c..38e0d751 100644 --- a/components/wifi-manager/style.css +++ b/components/wifi-manager/style.css @@ -269,7 +269,7 @@ input.gpio { transform: translateX(1.5rem); //translateX(0.75rem); } -textarea#autoexec1, textarea#fwurl { +textarea#autoexec1, textarea#fwurl, div#upload { width: 80%; }