Turn on bridge connection

This commit is contained in:
Aaron Fenyes 2019-09-29 16:35:06 +02:00
parent fef5385da7
commit d54d4628af
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ clock = pygame.time.Clock()
# --- copied from firestar.py
##b = phue.Bridge('172.18.130.12')
b = None
b = phue.Bridge('172.18.130.12')
##b = None
Nedges = 30;
edgecode = [None] * Nedges;