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 @@ -