|
|
|
@ -157,7 +157,7 @@ public class SwappingStateMachine : IDisposable
|
|
|
|
|
_dictionary[SwappingState.SwapDone] = new SwapDoneState();
|
|
|
|
|
_dictionary[SwappingState.Exception] = new ExceptionState();
|
|
|
|
|
_dictionary[SwappingState.Canceled] = new CancelState();
|
|
|
|
|
_dictionary[SwappingState.ManualSucc] = new CancelState();
|
|
|
|
|
_dictionary[SwappingState.ManualSucc] = new ManualSuccState();
|
|
|
|
|
|
|
|
|
|
LedTool = new LedTool();
|
|
|
|
|
|
|
|
|
|