Skip to content

Commit

Permalink
changed BM1370 default clock/voltage in AxeOS (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
skot authored Oct 8, 2024
1 parent e1bf30b commit 7dbc70b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ export class EditComponent implements OnInit {
public BM1370DropdownFrequency = [
{ name: '400', value: 400 },
{ name: '490', value: 490 },
{ name: '525', value: 525 },
{ name: '525 (default)', value: 525 },
{ name: '575', value: 575 },
{ name: '596 (default)', value: 596 },
{ name: '596', value: 596 },
{ name: '610', value: 610 },
{ name: '625', value: 625 },
];
Expand Down

0 comments on commit 7dbc70b

Please sign in to comment.