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 Dec 7, 2024
1 parent 9326625 commit f840cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bbn_wave_freq_m5atomS3/bbn_wave_freq_m5atomS3.ino
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ void repeatMe() {
else {
// Calibration is initiated when screen is clicked. Screen on atomS3 is a button
if (pressed) {
//startCalibration();
startCalibration();
}
}
int32_t sec = millis() / 1000;
Expand Down Expand Up @@ -400,7 +400,7 @@ void setup(void) {

// Read calibration values from NVS.
if (!M5.Imu.loadOffsetFromNVS()) {
startCalibration();
//startCalibration();
}

if (useMahony) {
Expand Down

0 comments on commit f840cff

Please sign in to comment.