Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Jul 7, 2021
1 parent e052e82 commit 977f882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eez/function_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ class FunctionGeneratorPage : public SetPage {
float yt2 = ytMin;

if (fi2 - fi1 < 2 * M_PI || waveformParameters.waveform == WAVEFORM_DC) {
int D = 10;
int D = 20;
float dfi = (fi2 - fi1) / D;
for (int i = 0; i < D; i++) {
float fi = fi1 + dfi * i;
Expand Down

0 comments on commit 977f882

Please sign in to comment.