Skip to content

Commit 169d1cc

Browse files
Cleanup
1 parent c60712f commit 169d1cc

File tree

1 file changed

+1
-1
lines changed
  • internal_filesystem/lib/mpos/board

1 file changed

+1
-1
lines changed

internal_filesystem/lib/mpos/board/linux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def adc_to_voltage(adc_value):
116116

117117
# Initialize with no I2C bus - will detect MCU temp if available
118118
# (On Linux desktop, this will fail gracefully but set _initialized flag)
119-
SensorManager.init(None, mounted_position=SensorManager.FACING_EARTH)
119+
SensorManager.init(None)
120120

121121
print("linux.py finished")
122122

0 commit comments

Comments
 (0)