Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sheffer <guysoft@gmail.com>2020-07-05 02:04:07 +0300
committerGitHub <noreply@github.com>2020-07-05 02:04:07 +0300
commit75a1d55bdd241c74f0ec14dd6770630ee69e74cd (patch)
tree2b750b218a7b260c9298a00478008f0d85374b47
parentbc295176981ee46a7a7d839173b9806ae15adfb3 (diff)
parentb64a5441b807f449417b8bcedb41b2703adf89e9 (diff)
Merge pull request #662 from guysoft/improve/issue641
Add 046d:0994 to broken fps devices
-rwxr-xr-xsrc/modules/octopi/filesystem/home/root/bin/webcamd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/octopi/filesystem/home/root/bin/webcamd b/src/modules/octopi/filesystem/home/root/bin/webcamd
index 62750f3..7e488bb 100755
--- a/src/modules/octopi/filesystem/home/root/bin/webcamd
+++ b/src/modules/octopi/filesystem/home/root/bin/webcamd
@@ -15,7 +15,7 @@ MJPGSTREAMER_HOME=/home/pi/mjpg-streamer
MJPGSTREAMER_INPUT_USB="input_uvc.so"
MJPGSTREAMER_INPUT_RASPICAM="input_raspicam.so"
-brokenfps_usb_devices=("046d:082b" "1908:2310" "0458:708c" "1e4e:0102" "0471:0311" "038f:6001" "046d:0825")
+brokenfps_usb_devices=("046d:082b" "1908:2310" "0458:708c" "1e4e:0102" "0471:0311" "038f:6001" "046d:0825" "046d:0994")
config_dir="/boot/octopi.conf.d"