We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4f4c0 commit 1973d22Copy full SHA for 1973d22
1 file changed
internal_filesystem/lib/mpos/board/matouch_esp32_s3_2_8.py
@@ -104,18 +104,10 @@ def io0_interrupt_handler(pin):
104
from mpos import sdcard
105
sdcard.init(cmd_pin=2,clk_pin=42,d0_pin=41)
106
107
-# === AUDIO HARDWARE ===
108
-# Note: MaTouch ESP32-S3 has no buzzer or I2S audio hardware
109
-# AudioManager will not be initialized
110
-
111
# === LED HARDWARE ===
112
# Note: MaTouch ESP32-S3 has no NeoPixel LEDs
113
# LightsManager will not be initialized (functions will return False)
114
115
-# === SENSOR HARDWARE ===
116
-# Note: MaTouch ESP32-S3 has no IMU sensor
117
-# SensorManager will not be initialized
118
119
# === CAMERA HARDWARE ===
120
from mpos import CameraManager
121
0 commit comments