mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2025-10-12 10:28:01 +00:00
rc.common: add sleep to wait_for_icamera function, fixes S18fps
This commit is contained in:
@@ -56,4 +56,6 @@ wait_for_icamera() {
|
||||
while ! pgrep -f "iCamera" > /dev/null; do
|
||||
sleep 5
|
||||
done
|
||||
|
||||
sleep 10
|
||||
}
|
||||
|
Reference in New Issue
Block a user