Skip to content
Snippets Groups Projects
Commit ab70661c authored by ClausBC's avatar ClausBC
Browse files

Merge branch 'main' into Defrost

parents 60aa0cc9 b67249fd
No related branches found
No related tags found
1 merge request!14Defrost
Pipeline #194461 passed
......@@ -160,7 +160,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