Skip to content
Snippets Groups Projects
Commit f252ea51 authored by Jonas Landsfeldt's avatar Jonas Landsfeldt
Browse files

fixing branch?

parent 1eca6da5
No related branches found
No related tags found
1 merge request!13fixing branch?
Pipeline #194449 passed
......@@ -145,6 +145,7 @@ namespace Microwave.Classes.Controllers
{
case States.DOOROPEN:
myLight.TurnOff();
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