CMXX - Software updater - update version after firmwaretool update
This commit is contained in:
@@ -25,12 +25,13 @@ async function createFirmwareUpdate(){
|
||||
var f = d.slice(d.length - 2)
|
||||
hw = 'R'+f;
|
||||
}
|
||||
|
||||
hex_fw = firmwarelocation.split("/firmware/").pop();
|
||||
|
||||
|
||||
hex_fw = firmwarelocation.split("/firmware/").pop();
|
||||
console.log(upgraded_version);
|
||||
|
||||
var testdetails2 = {
|
||||
"HW" : hw,
|
||||
"HEX_FW" : hex_fw
|
||||
"HEX_FW" : upgraded_version
|
||||
}
|
||||
|
||||
var testdetails = JSON.stringify(testdetails2);
|
||||
|
||||
Reference in New Issue
Block a user