roku audcap syntax added

This commit is contained in:
2023-06-23 15:31:13 +01:00
parent 27360ab5e9
commit 07285a622f

View File

@@ -106,6 +106,7 @@ _roku_san_update()
_roku_audcap()
{
[ -z "$ROKU_DEV_TARGET" ] && echo "ROKU_DEV_TARGET must be defined" && return 0
[ -z "$1" ] && echo "Syntax: roku audcap <filename>" && return 0
__set_master_ip
__app_cmd "audcap record start 00"
echo -n "Press Enter to stop capture."