mitzi player and incomplete client firmware

This commit is contained in:
Persephone Bubblegum-Holidy 2025-04-20 00:04:59 -07:00
parent 97a2ea19f0
commit 6bb1c855b6
8 changed files with 220 additions and 3 deletions

View file

@ -2,7 +2,7 @@ using System;
using System.Collections.Generic;
using System.IO;
namespace SSTServoPlayer
namespace PC2SSTPlayer
{
public class INIFile
{

View file

@ -5,7 +5,7 @@ using System.IO.Ports;
using System.Text;
using System.Timers;
namespace SSTServoPlayer
namespace PC2SSTPlayer
{
public class Program
{