Skip to content
Snippets Groups Projects
Commit b67249fd authored by Linda Nguyen's avatar Linda Nguyen
Browse files

outcomment buzzer

parent 5c4017c1
No related branches found
No related tags found
No related merge requests found
Pipeline #194460 passed
......@@ -163,7 +163,7 @@ namespace Microwave.Classes.Controllers
{
case States.DOOROPEN:
myLight.TurnOff();
myBuzzer.Buzz(1, 1000, "ok.wav");
//myBuzzer.Buzz(1, 1000, "ok.wav");
myState = States.READY;
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment