CMXX - Update products_software to include versions

This commit is contained in:
“VeLiTi”
2024-11-22 11:05:17 +01:00
parent 21300d56f6
commit adf2ff2b24
9 changed files with 182 additions and 196 deletions

View File

@@ -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");
}