에뮬레이터 개발 전.

This commit is contained in:
backuppc
2025-12-12 14:29:06 +09:00
parent ee2a6f04bb
commit 07ddc0425f
35 changed files with 952 additions and 1242 deletions

View File

@@ -45,17 +45,13 @@ namespace Project.StateMachine
/// </summary>
public enum ERunStep : byte
{
/// <summary>
/// 자동모드 대기상태
/// </summary>
READY = 0,
/// <summary>
/// 홈(QC)로 이동합니다
/// </summary>
GOHOME,
/// <summary>
/// 충전을 해제 함
/// </summary>
@@ -66,7 +62,6 @@ namespace Project.StateMachine
/// </summary>
GOCHARGE,
/// <summary>
/// 충전중
/// </summary>