rc.common: add sleep to wait_for_icamera function, fixes S18fps

This commit is contained in:
gtxaspec
2023-09-19 16:44:39 -07:00
parent 930cbe2e9d
commit 1a1cd03a64
3 changed files with 5 additions and 3 deletions

View File

@@ -56,4 +56,6 @@ wait_for_icamera() {
while ! pgrep -f "iCamera" > /dev/null; do
sleep 5
done
sleep 10
}

View File

@@ -1 +1 @@
Tue Sep 19 03:57:56 PM PDT 2023
Tue Sep 19 04:43:33 PM PDT 2023