updating
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user