CMXX - Update products_software to include versions
This commit is contained in:
@@ -168,7 +168,7 @@ function checkAvailableFirmware(){
|
||||
hex_fw = firmwarelocation.split("/firmware/").pop();
|
||||
console.log(hex_fw)
|
||||
|
||||
if (hex_fw == 'null.HEX' || hex_fw == '.HEX'){
|
||||
if (hex_fw == 'null' || hex_fw == ''){
|
||||
//document.getElementById("updateAvailabe").style.display = "none";
|
||||
progressBar("100", "No firmware found for this device", "#ff6666");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user