Skip to content

Commit 002eb4f

Browse files
authoredDec 7, 2024··
[Automated] Merged develop into target master
2 parents d75a3ae + c92dbb7 commit 002eb4f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎bin/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fi
4141
# Camera-streamer repo
4242
CSTREAMER_PATH="camera-streamer"
4343
if [[ -z "${CROWSNEST_CAMERA_STREAMER_REPO_SHIP}" ]]; then
44-
CROWSNEST_CAMERA_STREAMER_REPO_SHIP="https://github.com/ayufan/camera-streamer.git"
44+
CROWSNEST_CAMERA_STREAMER_REPO_SHIP="https://github.com/mryel00/camera-streamer.git"
4545
fi
4646
if [[ -z "${CROWSNEST_CAMERA_STREAMER_REPO_BRANCH}" ]]; then
4747
CROWSNEST_CAMERA_STREAMER_REPO_BRANCH="master"

‎custompios/crowsnest/config

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
[[ -n "$CROWSNEST_USTREAMER_REPO_BRANCH" ]] || CROWSNEST_USTREAMER_REPO_BRANCH="master"
2828

2929
# camera-streamer
30-
[[ -n "$CROWSNEST_CAMERA_STREAMER_REPO_SHIP" ]] || CROWSNEST_CAMERA_STREAMER_REPO_SHIP="https://github.com/ayufan/camera-streamer.git"
30+
[[ -n "$CROWSNEST_CAMERA_STREAMER_REPO_SHIP" ]] || CROWSNEST_CAMERA_STREAMER_REPO_SHIP="https://github.com/mryel00/camera-streamer.git"
3131
[[ -n "$CROWSNEST_CAMERA_STREAMER_REPO_BRANCH" ]] || CROWSNEST_CAMERA_STREAMER_REPO_BRANCH="master"
3232

3333
###########################################################################

‎tools/configure.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CN_CONFIG_ENVPATH="${CN_CONFIG_ROOTPATH}/systemd"
2828
CN_MOONRAKER_CONFIG_PATH="${CN_CONFIG_CONFIGPATH}/moonraker.conf"
2929
CN_USTREAMER_REPO="https://github.com/pikvm/ustreamer.git"
3030
CN_USTREAMER_BRANCH="v6.10"
31-
CN_CAMERA_STREAMER_REPO="https://github.com/ayufan/camera-streamer.git"
31+
CN_CAMERA_STREAMER_REPO="https://github.com/mryel00/camera-streamer.git"
3232
CN_CAMERA_STREAMER_BRANCH="master"
3333

3434
### Messages

‎tools/libs/config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import_config() {
3737
[[ -n "${CROWSNEST_ENV_PATH}" ]] || CROWSNEST_ENV_PATH="/home/${BASE_USER}/printer_data/systemd"
3838
[[ -n "${CROWSNEST_USTREAMER_REPO_SHIP}" ]] || CROWSNEST_USTREAMER_REPO_SHIP="https://github.com/pikvm/ustreamer.git"
3939
[[ -n "${CROWSNEST_USTREAMER_REPO_BRANCH}" ]] || CROWSNEST_USTREAMER_REPO_BRANCH="v6.10"
40-
[[ -n "${CROWSNEST_CAMERA_STREAMER_REPO_SHIP}" ]] || CROWSNEST_CAMERA_STREAMER_REPO_SHIP="https://github.com/ayufan/camera-streamer.git"
40+
[[ -n "${CROWSNEST_CAMERA_STREAMER_REPO_SHIP}" ]] || CROWSNEST_CAMERA_STREAMER_REPO_SHIP="https://github.com/mryel00/camera-streamer.git"
4141
[[ -n "${CROWSNEST_CAMERA_STREAMER_REPO_BRANCH}" ]] || CROWSNEST_CAMERA_STREAMER_REPO_BRANCH="master"
4242
status_msg "Using default configuration ..." "0"
4343
fi

0 commit comments

Comments
 (0)
Please sign in to comment.