From 42edba91dd3e96fdf4a096126dd2d966e6c39714 Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Sun, 15 Jun 2025 18:51:18 -0400 Subject: [PATCH] updated --- speaker_driver.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/speaker_driver.lua b/speaker_driver.lua index 3ca4f10..4f50525 100644 --- a/speaker_driver.lua +++ b/speaker_driver.lua @@ -56,13 +56,13 @@ end local function startup() - local sounds = { - { fileName = "control_alarm" } - } + -- local sounds = { + -- { fileName = "control_alarm" } + -- } - for i, item in ipairs(sounds) do - addSoundFile(item.fileName) - end + -- for i, item in ipairs(sounds) do + -- addSoundFile(item.fileName) + -- end end local function shutdown()