4 lines
100 B
Python
4 lines
100 B
Python
|
"""Constants for the Velbus tests."""
|
||
|
PORT_SERIAL = "/dev/ttyACME100"
|
||
|
PORT_TCP = "127.0.1.0.1:3788"
|