Skip to content

Commit

Permalink
Update bbn_m5atomS3_lite_env3.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Oct 6, 2024
1 parent f1b6386 commit e83e038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbn_m5atomS3_lite_env3/bbn_m5atomS3_lite_env3.ino
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ void loop() {
gen_nmea0183_xdr("$BBXDR,C,%.2f,C,TEMP", qmp.cTemp); // C
gen_nmea0183_xdr("$BBXDR,P,%.2f,P,PRES", qmp.pressure); // Pa
}
delay(1000);
delay(5000);
}

0 comments on commit e83e038

Please sign in to comment.