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 <guy@shapedo.com>2020-10-02 15:08:10 +0300
committerGuy Sheffer <guy@shapedo.com>2020-10-02 15:08:10 +0300
commit1bd2ffabcacbf78305e08c9f7daae8c5cb0dc2d6 (patch)
tree69cec5665baa24b8e1a0458e54540abd84c93a3b
parentb09b4e3bb8516b202d6fd24b78d3bef22dec42eb (diff)
Fixes #678
-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 f51a8c5..effdfbe 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:0804" "046d:0825" "046d:0994" "0ac8:3450")
+brokenfps_usb_devices=("046d:082b" "1908:2310" "0458:708c" "0458:6006" "1e4e:0102" "0471:0311" "038f:6001" "046d:0804" "046d:0825" "046d:0994" "0ac8:3450")
config_dir="/boot/octopi.conf.d"