mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
make UI more intuitive
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user