Skip to content

Commit

Permalink
Update Companion to allow extra valid characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
philmoz committed Aug 6, 2024
1 parent 2fa88f4 commit ca5ebd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion companion/src/shared/namevalidator.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "textvalidator.h"

// characters supportd by B&W radio firmware gui editor
constexpr char NAME_VALID_PATTERN_BW[] {"[ A-Za-z0-9\\-]*"};
constexpr char NAME_VALID_PATTERN_BW[] {"[ A-Za-z0-9\\-\\,\\.]*"};
// characters supported by color radio firmware keyboard widget
constexpr char NAME_VALID_PATTERN_COLOR[] {"[ A-Za-z0-9\\-\\_\\,\\.\"\\+\\/\\*\\=\\%\\!\\?\\#\\<\\>\\@\\$\\(\\)\\{\\}\\[\\]\\;\\:\\']*"};

Expand Down

0 comments on commit ca5ebd0

Please sign in to comment.