On 12/20/22 08:10, Lucas Cordiviola wrote:
hi,
you should *not* convert the list to a symbol:
totally. [l2s] just adds a lot of overhead, for no benefit.
you should send a list so that later [route] can do its job:
[pack 0 0 ....] | [list prepend send] | [netsend]
that should read
| [list prepend send] | [list trim] | [netsend]
apart from that, i totally agree with lucas.
gfasdmr IOhannes