[RC] Set rcused to 1 for bm750.
authorhschang <chang@dev3>
Mon, 27 Nov 2017 01:28:40 +0000 (10:28 +0900)
committerhschang <chang@dev3>
Mon, 27 Nov 2017 01:29:37 +0000 (10:29 +0900)
lib/python/Screens/Rc.py

index a5dd3da..e776e47 100644 (file)
@@ -34,7 +34,7 @@ class Rc:
                if config.misc.firstrun.value:
                        boxType = HardwareInfo().get_vu_device_name()
 
-                       if boxType in ('duo', 'uno', 'ultimo', 'solo2', 'duo2', 'solose', 'zero', 'solo4k', 'uno4k', 'ultimo4k'):
+                       if boxType in ('bm750', 'uno', 'ultimo', 'solo2', 'duo2', 'solose', 'zero', 'solo4k', 'uno4k', 'ultimo4k'):
                                config.misc.rcused.value = 0
                        elif boxType == 'solo':
                                config.misc.rcused.value = 1