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 13, 2024
1 parent 8cb5146 commit b747503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bbn_wave_freq_m5atomS3/bbn_wave_freq_m5atomS3.ino
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ void repeatMe() {
Serial.printf("$BBXDR,D,%.5f,M,DAV1*00\r\n", heave_avg);
Serial.printf("$BBXDR,F,%.5f,H,FAV1*00\r\n", freq_adj);
Serial.printf("$BBXDR,F,%.5f,H,FRT1*00\r\n", freq);
Serial.printf("$BBXDR,F,%.5f,H,SRT1*00\r\n", got_samples / ((now - last_refresh) / 1000000.0) );
Serial.printf("$BBXDR,N,%.5f,P,ABI1*00\r\n", accel_bias * 100.0 / g_std);
}
else {
Expand Down

0 comments on commit b747503

Please sign in to comment.