Turn on bridge connection

This commit is contained in:
Aaron Fenyes 2019-09-29 03:42:13 +02:00
parent b11420daab
commit 56f42684f3
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;