-
-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 修复M01语音播放问题,X08C X08E X8F 型号默认采用型号兼容模式 see #30
- Loading branch information
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,10 @@ | |
GET_ASK_BY_MINA = { | ||
"M01", | ||
} | ||
|
||
# 需要使用 play_musci 接口的设备型号 | ||
NEED_USE_PLAY_MUSIC_API = { | ||
"X08C", | ||
"X08E", | ||
"X8F", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters