From 169d1cccb1c7cbf5efe26ef5ded8031829676c7f Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Sun, 7 Dec 2025 15:46:48 +0100 Subject: [PATCH] Cleanup --- internal_filesystem/lib/mpos/board/linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_filesystem/lib/mpos/board/linux.py b/internal_filesystem/lib/mpos/board/linux.py index 0b055568..a82a12ce 100644 --- a/internal_filesystem/lib/mpos/board/linux.py +++ b/internal_filesystem/lib/mpos/board/linux.py @@ -116,7 +116,7 @@ import mpos.sensor_manager as SensorManager # Initialize with no I2C bus - will detect MCU temp if available # (On Linux desktop, this will fail gracefully but set _initialized flag) -SensorManager.init(None, mounted_position=SensorManager.FACING_EARTH) +SensorManager.init(None) print("linux.py finished")