mirror of
https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git
synced 2025-09-09 07:30:57 +02:00
Restore audio test (#440)
* Restore audio test add the possibility to choose audio from audio delivered with original firmware or choose audio from /system/sdcard/Media folder * Update action.cgi Fix a typo and add missing quotes
This commit is contained in:
@@ -19,7 +19,7 @@ start()
|
||||
|
||||
# Don't play sound on activation
|
||||
if [ "${UPTIME}" -lt 60 ]; then
|
||||
/system/sdcard/bin/ossplay /usr/share/notify/CN/speaker.wav &
|
||||
/system/sdcard/bin/audioplay /usr/share/notify/CN/speaker.wav &
|
||||
echo "Please configure this option at least 1 minute after system startup"
|
||||
fi
|
||||
}
|
||||
|
Reference in New Issue
Block a user