mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 13:06:54 +03:00
Update edit_config_param.html (#1323)
This commit is contained in:
@@ -1811,12 +1811,12 @@ function WriteModelFiles()
|
|||||||
|
|
||||||
var text = list_tflite[i].replace("/config/", "");
|
var text = list_tflite[i].replace("/config/", "");
|
||||||
|
|
||||||
if (list_tflite[i].includes("/dig-")) { // Its a digital file, only show in the digital list box
|
if (list_tflite[i].includes("/dig")) { // Its a digital file, only show in the digital list box
|
||||||
optionDig.text = text;
|
optionDig.text = text;
|
||||||
optionDig.value = list_tflite[i];
|
optionDig.value = list_tflite[i];
|
||||||
_indexDig.add(optionDig);
|
_indexDig.add(optionDig);
|
||||||
}
|
}
|
||||||
else if (list_tflite[i].includes("/ana-")) { // Its a digital file, only show in the analog list box
|
else if (list_tflite[i].includes("/ana")) { // Its a digital file, only show in the analog list box
|
||||||
optionAna.text = text;
|
optionAna.text = text;
|
||||||
optionAna.value = list_tflite[i];
|
optionAna.value = list_tflite[i];
|
||||||
_indexAna.add(optionAna);
|
_indexAna.add(optionAna);
|
||||||
|
|||||||
Reference in New Issue
Block a user