영문화완료
This commit is contained in:
@@ -81,7 +81,7 @@ namespace Project
|
||||
if (DIO.IsEmergencyOn() == true) return;
|
||||
if (PUB.sm.Step == eSMStep.RUN) return;
|
||||
|
||||
PUB.log.AddAT("조이스틱으로 홈 초기화작업");
|
||||
PUB.log.AddAT("Home initialization operation with joystick");
|
||||
Func_sw_initialize();
|
||||
}
|
||||
}
|
||||
@@ -157,17 +157,17 @@ namespace Project
|
||||
|
||||
private void Joystick_Disconnected(object sender, EventArgs e)
|
||||
{
|
||||
PUB.log.AddE("조이스틱 연결 종료");
|
||||
PUB.log.AddE("Joystick connection terminated");
|
||||
}
|
||||
|
||||
private void Joystick_Connected(object sender, EventArgs e)
|
||||
{
|
||||
PUB.log.AddI("조이스틱 연결 완료");
|
||||
PUB.log.AddI("Joystick connection completed");
|
||||
}
|
||||
|
||||
private void Joystick_Changed(object sender, EventArgs e)
|
||||
{
|
||||
PUB.log.AddAT("조이스틱 감지");
|
||||
PUB.log.AddAT("Joystick detected");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user