Skip to content

Commit

Permalink
Fix last element missing in digit model drop down (#2282)
Browse files Browse the repository at this point in the history
  • Loading branch information
Slider0007 authored Apr 1, 2023
1 parent e995d6c commit e2cf833
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sd-card/html/readconfigparam.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ function getTFLITEList() {

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

return tflitelist;
}
Expand Down

0 comments on commit e2cf833

Please sign in to comment.