Skip to content
Snippets Groups Projects
Commit a20f63e5 authored by Torben Petersen's avatar Torben Petersen
Browse files

Reduced length of long payload, because it crashed some nodes

parent 57956349
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ NODES = ['serial-A502C1PO', 'serial-A502C1PV', 'serial-A502C1P4', 'serial-A502C1
CHANNELS = [11, 15, 26]
ANGELS = [0,25,50,75,100,125,150,175]
POWERS = [-17, -7, 3]
PAYLOADS = ['short', 'loooooooooooooooooooooooooooooooooooooooong']
PAYLOADS = ['short', 'looooooooooooong']
if False:
CHANNELS = [11]
......
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