Skip to content

Commit 1973d22

Browse files
Cleanup
1 parent 6c4f4c0 commit 1973d22

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

internal_filesystem/lib/mpos/board/matouch_esp32_s3_2_8.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,10 @@ def io0_interrupt_handler(pin):
104104
from mpos import sdcard
105105
sdcard.init(cmd_pin=2,clk_pin=42,d0_pin=41)
106106

107-
# === AUDIO HARDWARE ===
108-
# Note: MaTouch ESP32-S3 has no buzzer or I2S audio hardware
109-
# AudioManager will not be initialized
110-
111107
# === LED HARDWARE ===
112108
# Note: MaTouch ESP32-S3 has no NeoPixel LEDs
113109
# LightsManager will not be initialized (functions will return False)
114110

115-
# === SENSOR HARDWARE ===
116-
# Note: MaTouch ESP32-S3 has no IMU sensor
117-
# SensorManager will not be initialized
118-
119111
# === CAMERA HARDWARE ===
120112
from mpos import CameraManager
121113

0 commit comments

Comments
 (0)