Skip to content
Snippets Groups Projects
Commit 6a73bfdd authored by Johannes Walcher's avatar Johannes Walcher
Browse files

added esp-ids. this needs to go into a config file

parent 6cfa25c2
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ class Babel: ...@@ -16,7 +16,7 @@ class Babel:
self.hbf.subscribe('/haspa/power/requestinfo', self.command_requestinfo) self.hbf.subscribe('/haspa/power/requestinfo', self.command_requestinfo)
self.ledstrip_states = [[0,0,0,0], [0,0,0,0]] self.ledstrip_states = [[0,0,0,0], [0,0,0,0]]
self.espids = ['esp1', 'esp2'] self.espids = ['a9495a00','024c5a00']
# TODO create this mapping: # TODO create this mapping:
# mapps from (color, id) ==> (self.ledstrip indexes) # mapps from (color, id) ==> (self.ledstrip indexes)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment