From f840cff107b60aa9a2d55a9f898e1d1fcacc8cc0 Mon Sep 17 00:00:00 2001 From: Mikhail Grushinskiy Date: Fri, 6 Dec 2024 22:31:51 -0500 Subject: [PATCH] Update bbn_wave_freq_m5atomS3.ino --- bbn_wave_freq_m5atomS3/bbn_wave_freq_m5atomS3.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbn_wave_freq_m5atomS3/bbn_wave_freq_m5atomS3.ino b/bbn_wave_freq_m5atomS3/bbn_wave_freq_m5atomS3.ino index ddcecd8..3658e57 100644 --- a/bbn_wave_freq_m5atomS3/bbn_wave_freq_m5atomS3.ino +++ b/bbn_wave_freq_m5atomS3/bbn_wave_freq_m5atomS3.ino @@ -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; @@ -400,7 +400,7 @@ void setup(void) { // Read calibration values from NVS. if (!M5.Imu.loadOffsetFromNVS()) { - startCalibration(); + //startCalibration(); } if (useMahony) {