You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently /rcsend is calculating the length of the transmitted msg according to the msg data. This causes a problem when you want, for ex., to clear a whole channel.
The only way to do that now is by running /rcsend <chan> b00000000 (for an 8bit channel).
Running /rcsend <chan> 0 will only clear the 1st bit.
The text was updated successfully, but these errors were encountered:
Currently /rcsend is calculating the length of the transmitted msg according to the msg data. This causes a problem when you want, for ex., to clear a whole channel.
The only way to do that now is by running
/rcsend <chan> b00000000
(for an 8bit channel).Running
/rcsend <chan> 0
will only clear the 1st bit.The text was updated successfully, but these errors were encountered: