Ver código fonte

[WallPadDevService]
1. 하이브리드 쿡탑 및 가스 파인더 삭제
2. 최신APK 등록

jglee 2 anos atrás
pai
commit
2ab5d217f7

BIN
10_Release/WallPadDevService.apk


+ 13 - 13
WallPadDevService/src/main/java/com/artncore/wallpaddevservice/ServiceMain.java

@@ -709,18 +709,18 @@ public class ServiceMain extends Service {
 
 				else if(attsName.equals("CookTopFinder_Driver"))
 				{
-					///////////////////////////////////////////
-					// CookTopFinder_Driver
-					///////////////////////////////////////////
-
-					// 1. Class 생성
-					cooktopfinder_Controller = new CookTopFinder_Controller();
-
-					// 2. 등록
-					RegistrationDeviceManager = cooktopfinder_Controller;
-
-					// 3. 초기화체크 드라이버 등록
-					ServiceMain.deviceInitChecker.Add(attsName);
+//					///////////////////////////////////////////
+//					// CookTopFinder_Driver
+//					///////////////////////////////////////////
+//
+//					// 1. Class 생성
+//					cooktopfinder_Controller = new CookTopFinder_Controller();
+//
+//					// 2. 등록
+//					RegistrationDeviceManager = cooktopfinder_Controller;
+//
+//					// 3. 초기화체크 드라이버 등록
+//					ServiceMain.deviceInitChecker.Add(attsName);
 
 				}
 				else if (attsName.equals("GasValve_Driver")) {
@@ -741,7 +741,7 @@ public class ServiceMain extends Service {
 					// 2. 등록
 					RegistrationDeviceManager = gasValve_Controller;
 
-					bSetDeviceHandler = false;
+					//bSetDeviceHandler = false;
 
 					// 3. 초기화체크 드라이버 등록
 					ServiceMain.deviceInitChecker.Add(attsName);