From a20f63e562dbc77b2c263b179881f28175c166a5 Mon Sep 17 00:00:00 2001 From: Torben Petersen <petersen@ibr.cs.tu-bs.de> Date: Thu, 27 May 2021 16:35:26 +0200 Subject: [PATCH] Reduced length of long payload, because it crashed some nodes --- software/coordinator2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/coordinator2.py b/software/coordinator2.py index 8cb45c0..62770d3 100644 --- a/software/coordinator2.py +++ b/software/coordinator2.py @@ -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] -- GitLab