This commit is contained in:
2025-06-15 19:48:41 -04:00
parent d6221293cb
commit 3edd415711
3 changed files with 126062 additions and 12 deletions

View File

@@ -12,13 +12,6 @@ end
local function startup()
speakerDriver.startup()
print("Testing Control Room Speakers...")
local speakerList = peripheral.find("speaker")
for index, value in ipairs(speakerList) do
print("Speaker " .. index .. ": " .. value.getName())
end
speakerDriver.playControlRoomAlarm(controlRoomSpeakers)
end
local function run()