We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8cc92 commit f61ca56Copy full SHA for f61ca56
internal_filesystem/builtin/apps/com.micropythonos.settings/assets/check_imu_calibration.py
@@ -238,11 +238,8 @@ def get_mock_quality(self):
238
239
def start_calibration(self, event):
240
"""Navigate to calibration activity."""
241
- print("[CheckIMU] start_calibration called!")
242
from mpos.content.intent import Intent
243
from calibrate_imu import CalibrateIMUActivity
244
245
intent = Intent(activity_class=CalibrateIMUActivity)
246
- print("[CheckIMU] Starting CalibrateIMUActivity...")
247
self.startActivity(intent)
248
- print("[CheckIMU] startActivity returned")
0 commit comments