bricknil
bricknil copied to clipboard
Fix connection error with the Move HUB
The move hub cannot be connected since there is a new port (70) which is suspected to be a debug port.
This addresses https://github.com/virantha/bricknil/issues/17.
I wonder if a better solution is to remove the assert at https://github.com/virantha/bricknil/blob/master/bricknil/messages.py#L333. @virantha what do you think?