|
@@ -346,8 +346,8 @@ public class MainActivity extends WpadActivity {
|
|
// 2. 자동 종료 셋팅
|
|
// 2. 자동 종료 셋팅
|
|
DebugLogOutput("[Create] - Step2 : Auto Finish Setting");
|
|
DebugLogOutput("[Create] - Step2 : Auto Finish Setting");
|
|
// 2-1. 자동종료 타이머 셋팅
|
|
// 2-1. 자동종료 타이머 셋팅
|
|
- //if (Common.FINISH_TIME_ENABLE) super.setFinishTimerCreate(Common.FINISH_TIME_SEC);
|
|
|
|
- //Common.ctrlLCDOnOff(true);
|
|
|
|
|
|
+ if (Common.FINISH_TIME_ENABLE) super.setFinishTimerCreate(Common.FINISH_TIME_SEC);
|
|
|
|
+ Common.ctrlLCDOnOff(true);
|
|
|
|
|
|
// 3. API 호출
|
|
// 3. API 호출
|
|
DebugLogOutput("[Create] - Step3 : API Call");
|
|
DebugLogOutput("[Create] - Step3 : API Call");
|