add mitzifier converter
This commit is contained in:
parent
ab54aaead6
commit
97a2ea19f0
5 changed files with 126 additions and 5 deletions
|
@ -47,7 +47,7 @@ namespace SSTServoPlayer
|
|||
|
||||
static void PlaySignal(Object sender, ElapsedEventArgs e)
|
||||
{
|
||||
if (index == Signals.Length)
|
||||
if (index >= Signals.Length)
|
||||
{
|
||||
FrameTimer.Stop();
|
||||
Console.WriteLine("Complete!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue