diff --git a/script/local.py b/script/local.py index 11218e8..e9df354 100644 --- a/script/local.py +++ b/script/local.py @@ -131,14 +131,14 @@ class Interlock: msg_default = bytearray() def __init__(self): - """ + """ Message composition: 0x32 = 50 = byte count 0x69 = 105 = transfer function 0x99,0x88 = this application port number (swapped) element 7 = message id element 16 = io-func reset=2 read mode=0 write mode=1 - """ + """ self.msg_default = array('B',[0x32,0,0x69,0,0x99,0x88,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0]) def _msgRead(): diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 26c1f61..3443677 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Fri Oct 13 14:21:09 CEST 2017 +#Fri Oct 13 14:22:26 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=rps-test