sound fine

This commit is contained in:
2024-10-03 02:37:05 +03:00
parent 0e845d9ebd
commit dd34d1bbb1
8 changed files with 326 additions and 158 deletions

View File

@ -9,6 +9,7 @@
#include "ShiftReg.h"
#include "RobotFunctions.h"
#include "Indicator.h"
#include "SoundMelody.h"
#include "Print.h"
@ -135,6 +136,7 @@ void IR_Home_Process() {
case ShotMode:
currentInfo.mode = DebugShot;
currentInfo.state = RUN;
melody(melody_start);
shotApply(&currentInfo.shot);
break;
default: