From 1973d22b8a5b161b55d33a94c1fef059e3695c87 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Tue, 10 Feb 2026 12:56:04 +0100 Subject: [PATCH] Cleanup --- .../lib/mpos/board/matouch_esp32_s3_2_8.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/internal_filesystem/lib/mpos/board/matouch_esp32_s3_2_8.py b/internal_filesystem/lib/mpos/board/matouch_esp32_s3_2_8.py index 870eb2a4..208512e0 100644 --- a/internal_filesystem/lib/mpos/board/matouch_esp32_s3_2_8.py +++ b/internal_filesystem/lib/mpos/board/matouch_esp32_s3_2_8.py @@ -104,18 +104,10 @@ lv.init() from mpos import sdcard sdcard.init(cmd_pin=2,clk_pin=42,d0_pin=41) -# === AUDIO HARDWARE === -# Note: MaTouch ESP32-S3 has no buzzer or I2S audio hardware -# AudioManager will not be initialized - # === LED HARDWARE === # Note: MaTouch ESP32-S3 has no NeoPixel LEDs # LightsManager will not be initialized (functions will return False) -# === SENSOR HARDWARE === -# Note: MaTouch ESP32-S3 has no IMU sensor -# SensorManager will not be initialized - # === CAMERA HARDWARE === from mpos import CameraManager