Skip to content

Commit

Permalink
Update bbn_wave_freq_m5atomS3.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Sep 12, 2024
1 parent a6bfd5a commit 935ad12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbn_wave_freq_m5atomS3/bbn_wave_freq_m5atomS3.ino
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ void repeatMe() {
float speed = waveState.vert_speed;

float y = heave;
if (t > 5.0 /* sec */) {
if (t > 10.0 /* sec */) {
// give some time for other filters to settle first
aranovskiy_update(&params, &state, y, delta_t);
}
Expand Down

0 comments on commit 935ad12

Please sign in to comment.