Backend: Add "qrf" to unwanted descriptions
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
d030a602d4
commit
b81b8e62cd
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ var UnwantedDescriptions = map[string]bool{
|
|||
"burst": true,
|
||||
"sdr_HDRB": true,
|
||||
"cof": true,
|
||||
"qrf": true,
|
||||
}
|
||||
|
||||
var LowerCaseRegexp = regexp.MustCompile("[a-z0-9_\\-]+")
|
||||
|
|
Loading…
Reference in a new issue