You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Remove debug
This commit is contained in:
-3
@@ -238,11 +238,8 @@ class CheckIMUCalibrationActivity(Activity):
|
||||
|
||||
def start_calibration(self, event):
|
||||
"""Navigate to calibration activity."""
|
||||
print("[CheckIMU] start_calibration called!")
|
||||
from mpos.content.intent import Intent
|
||||
from calibrate_imu import CalibrateIMUActivity
|
||||
|
||||
intent = Intent(activity_class=CalibrateIMUActivity)
|
||||
print("[CheckIMU] Starting CalibrateIMUActivity...")
|
||||
self.startActivity(intent)
|
||||
print("[CheckIMU] startActivity returned")
|
||||
|
||||
Reference in New Issue
Block a user