OTA Update functionality
This commit is contained in:
parent
f1db2c0487
commit
5302c4c758
5 changed files with 285 additions and 221 deletions
|
@ -55,7 +55,7 @@
|
|||
var form = $("#upload_form")[0];
|
||||
var data = new FormData(form);
|
||||
$.ajax({
|
||||
url: "/update",
|
||||
url: "/ota_update",
|
||||
type: "POST",
|
||||
data: data,
|
||||
contentType: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue