Skip to content

Commit

Permalink
changed BM1370 defaults in AxeOS
Browse files Browse the repository at this point in the history
  • Loading branch information
skot committed Oct 8, 2024
1 parent e1bf30b commit 5a5ed3d
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 5a5ed3d

Please sign in to comment.