From 767f09427a5dbfa924bcf487c09491ed34a4a7ce Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 4 Dec 2006 22:44:46 +0000 Subject: comment out not yet implemented 12V Switch option --- lib/python/Screens/Satconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens') diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index 226c3a82..7b0c9bc9 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -135,7 +135,7 @@ class NimSetup(Screen, ConfigListScreen): self.list.append(getConfigListEntry(_("LOF/L"), currLnb.lofl)) self.list.append(getConfigListEntry(_("LOF/H"), currLnb.lofh)) self.list.append(getConfigListEntry(_("Threshold"), currLnb.threshold)) - self.list.append(getConfigListEntry(_("12V Output"), currLnb.output_12v)) +# self.list.append(getConfigListEntry(_("12V Output"), currLnb.output_12v)) self.list.append(getConfigListEntry(_("Increased voltage"), currLnb.increased_voltage)) def fillAdvancedList(self): -- cgit v1.2.3