From 550b5fbf18a0d61045179fb9cfdaf883ae7d5f05 Mon Sep 17 00:00:00 2001 From: Christian Herzog Date: Sat, 5 Oct 2019 11:19:05 +0200 Subject: [PATCH] make UI more intuitive --- components/wifi-manager/code.js | 1 + components/wifi-manager/index.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/wifi-manager/code.js b/components/wifi-manager/code.js index fface668..85b87291 100644 --- a/components/wifi-manager/code.js +++ b/components/wifi-manager/code.js @@ -175,6 +175,7 @@ $(document).ready(function(){ }); $("input#autoexec-cb").on("click", function() { + showMessage('please wait for the ESP32 to reboot', 'WARNING'); var data = { 'timestamp': Date.now() }; autoexec = (this.checked)?1:0; data['autoexec'] = autoexec; diff --git a/components/wifi-manager/index.html b/components/wifi-manager/index.html index b23b0b0f..b8419c86 100644 --- a/components/wifi-manager/index.html +++ b/components/wifi-manager/index.html @@ -192,10 +192,10 @@ -

Start Squeezelite

+

Start Squeezelite (toggle to activate changes)

- +