From 7a141895b1d0dbdc397641141dddb39c948b500a Mon Sep 17 00:00:00 2001 From: Jyrka98 Date: Fri, 31 Jan 2025 22:15:01 +0200 Subject: [PATCH] Update branch name of camera-streamer Both the original and the forked fixed repo added in #280 use the "main" branch. The "master" branch has not been updated in either of them since december 2023 --- tools/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure.sh b/tools/configure.sh index 5669b125..17bbd55e 100755 --- a/tools/configure.sh +++ b/tools/configure.sh @@ -29,7 +29,7 @@ CN_MOONRAKER_CONFIG_PATH="${CN_CONFIG_CONFIGPATH}/moonraker.conf" CN_USTREAMER_REPO="https://github.com/pikvm/ustreamer.git" CN_USTREAMER_BRANCH="v6.10" CN_CAMERA_STREAMER_REPO="https://github.com/mryel00/camera-streamer.git" -CN_CAMERA_STREAMER_BRANCH="master" +CN_CAMERA_STREAMER_BRANCH="main" ### Messages header_msg() {