Skip to content

Commit

Permalink
Sort model files in configuration combobox (#2189)
Browse files Browse the repository at this point in the history
* new models ana-cont-11.0.5, ana-class100-1.5.7, dig-class100-1.6.0

* Testcase for #2145
Added debug log, if allowNegativeRates is handeled

* Sort model files in combobox
  • Loading branch information
haverland authored Mar 14, 2023
1 parent 933215c commit ab0fc72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sd-card/html/readconfigparam.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ function getTFLITEList() {
}

tflitelist = tflitelist.split("\t");
tflitelist.sort();
tflitelist.pop();

return tflitelist;
Expand Down

0 comments on commit ab0fc72

Please sign in to comment.