This commit is contained in:
2025-12-12 16:00:07 -05:00
parent c80f0fed9a
commit e41caf713c
2 changed files with 3 additions and 6 deletions

View File

@@ -7,8 +7,8 @@ local sounds = {
}
local function initialize()
kernel = require("kernel")
kernel.addSound('notification')
speaker = peripheral.find("speaker")
if not speaker then
print("Warning: No speaker attached.")