mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-29 13:50:48 +03:00
httpd implementation - wip
This commit is contained in:
@@ -648,6 +648,7 @@ function refreshAPHTML(data){
|
||||
function getMessages() {
|
||||
$.getJSON("/messages.json", function(data) {
|
||||
data.forEach(function(msg) {
|
||||
message: "{"ota_dsc":"Erasing flash complete","ota_pct":0}"
|
||||
});
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user