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, only StatusInfo and MaidenheadBeaconInfo correctly enforce disallowed characters in an ARPS message comment (| or ~). This should be consistent across all packets which support a comment.
Acceptance Criteria
Check user-specified comments for disallowed characters across all packet types (consider not enforcing for decoded packets, just for sending)
Description
Currently, only
StatusInfoandMaidenheadBeaconInfocorrectly enforce disallowed characters in an ARPS message comment (|or~). This should be consistent across all packets which support a comment.Acceptance Criteria