|
@@ -365,9 +365,9 @@ class bleManager {
|
|
|
let isNot = (name !== '' &&
|
|
|
(name.startsWith("MW_") ||
|
|
|
name.startsWith("MW-") ||
|
|
|
- name.startsWith("猫王") ||
|
|
|
- name.startsWith("妙播") ||
|
|
|
- name.startsWith("AirSmart") ||
|
|
|
+ // name.startsWith("猫王") ||
|
|
|
+ // name.startsWith("妙播") ||
|
|
|
+ // name.startsWith("AirSmart") ||
|
|
|
name === "le")
|
|
|
)
|
|
|
// if (!isNot && name !== '') {
|