updated
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
local speaker = peripheral.find("speaker")
|
||||
local dfpwm = require("cc.audio.dfpwm")
|
||||
local kernel = require("kernel")
|
||||
|
||||
|
||||
|
||||
local sounds = {
|
||||
@@ -9,8 +7,7 @@ local sounds = {
|
||||
}
|
||||
|
||||
local function initialize()
|
||||
|
||||
kernel.addSound("notification")
|
||||
|
||||
|
||||
speaker = peripheral.find("speaker")
|
||||
if not speaker then
|
||||
|
||||
Reference in New Issue
Block a user