mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-06-28 13:19:41 +00:00
sound fine
This commit is contained in:
@ -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(¤tInfo.shot);
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user