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 19, 2024
1 parent a72e335 commit f72d5cd
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 @@ -249,7 +249,7 @@ void repeatMe() {
gen_nmea0183_xdr("$BBXDR,D,%.5f,M,DRT2", waveAltState.heave);
}
}
if (freq > 0.002 && freq < 10.0) {
if (freq > 0.002 && freq < 5.0) {
gen_nmea0183_xdr("$BBXDR,F,%.5f,H,FRT1", freq);
}
gen_nmea0183_xdr("$BBXDR,F,%.5f,H,SRT1", got_samples / ((now - last_refresh) / 1000000.0) );
Expand Down

0 comments on commit f72d5cd

Please sign in to comment.