You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Cleanup
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user