Parcourir la source

자동 종료 타이머 원복

jslee(madeinlab) il y a 3 ans
Parent
commit
335dde330f

+ 2 - 2
WallPadHomeCtrl/src/main/java/kr/co/icontrols/wallpadhomectrl/MainActivity.java

@@ -346,8 +346,8 @@ public class MainActivity extends WpadActivity {
 		// 2. 자동 종료 셋팅
 		DebugLogOutput("[Create] - Step2 : Auto Finish Setting");
 		//     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 호출
 		DebugLogOutput("[Create] - Step3 : API Call");