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 c60712f commit 169d1ccCopy full SHA for 169d1cc
internal_filesystem/lib/mpos/board/linux.py
@@ -116,7 +116,7 @@ def adc_to_voltage(adc_value):
116
117
# Initialize with no I2C bus - will detect MCU temp if available
118
# (On Linux desktop, this will fail gracefully but set _initialized flag)
119
-SensorManager.init(None, mounted_position=SensorManager.FACING_EARTH)
+SensorManager.init(None)
120
121
print("linux.py finished")
122
0 commit comments