Skip to content
Snippets Groups Projects
Commit 0f420f87 authored by Paulus Kruger's avatar Paulus Kruger
Browse files

Merge branch 'master' of https://git.astron.nl/lofar2.0/pypcc

parents 10c56cd5 7bef099e
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ class i2c_switch(i2c):
i2c.__init__(self,config)
self.SWaddr=config['devreg'][0]['addr']
self.CurrentChannel=0
self.NoSwitch=True;
self.NoSwitch=False;
logging.info("i2c switch at address "+str(self.SWaddr))
if self.NoSwitch:
logging.warn("i2c switch disabled!")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment