Skip to content

Commit 832580a

Browse files
cynthi8orangecms
authored andcommitted
fix (waveform): Increase square frequency limit to 10MHz
1 parent d858cde commit 832580a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screen/WaveGenerator/components/DigitalController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ class DigitalController extends Component {
270270
const getMaxSliderValue = () => {
271271
switch (activeSetting) {
272272
case 'Freq':
273-
return 5000;
273+
return 1e7;
274274
case 'Phase':
275275
// the maximum angle is 360
276276
return 360;

0 commit comments

Comments
 (0)