Commit fd2dc2b 1 parent 2a138ac commit fd2dc2b Copy full SHA for fd2dc2b
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ if [[ -z "${CROWSNEST_USTREAMER_REPO_SHIP}" ]]; then
35
35
CROWSNEST_USTREAMER_REPO_SHIP=" https://github.com/pikvm/ustreamer.git"
36
36
fi
37
37
if [[ -z " ${CROWSNEST_USTREAMER_REPO_BRANCH} " ]]; then
38
- CROWSNEST_USTREAMER_REPO_BRANCH=" v5.57 "
38
+ CROWSNEST_USTREAMER_REPO_BRANCH=" v6.9 "
39
39
fi
40
40
41
41
# Camera-streamer repo
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ CN_CONFIG_LOGPATH="${CN_CONFIG_ROOTPATH}/logs"
27
27
CN_CONFIG_ENVPATH=" ${CN_CONFIG_ROOTPATH} /systemd"
28
28
CN_MOONRAKER_CONFIG_PATH=" ${CN_CONFIG_CONFIGPATH} /moonraker.conf"
29
29
CN_USTREAMER_REPO=" https://github.com/pikvm/ustreamer.git"
30
- CN_USTREAMER_BRANCH=" v5.57 "
30
+ CN_USTREAMER_BRANCH=" v6.9 "
31
31
CN_CAMERA_STREAMER_REPO=" https://github.com/ayufan/camera-streamer.git"
32
32
CN_CAMERA_STREAMER_BRANCH=" master"
33
33
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import_config() {
36
36
[[ -n " ${CROWSNEST_LOG_PATH} " ]] || CROWSNEST_LOG_PATH=" /home/${BASE_USER} /printer_data/logs"
37
37
[[ -n " ${CROWSNEST_ENV_PATH} " ]] || CROWSNEST_ENV_PATH=" /home/${BASE_USER} /printer_data/systemd"
38
38
[[ -n " ${CROWSNEST_USTREAMER_REPO_SHIP} " ]] || CROWSNEST_USTREAMER_REPO_SHIP=" https://github.com/pikvm/ustreamer.git"
39
- [[ -n " ${CROWSNEST_USTREAMER_REPO_BRANCH} " ]] || CROWSNEST_USTREAMER_REPO_BRANCH=" v5.57 "
39
+ [[ -n " ${CROWSNEST_USTREAMER_REPO_BRANCH} " ]] || CROWSNEST_USTREAMER_REPO_BRANCH=" v6.9 "
40
40
[[ -n " ${CROWSNEST_CAMERA_STREAMER_REPO_SHIP} " ]] || CROWSNEST_CAMERA_STREAMER_REPO_SHIP=" https://github.com/ayufan/camera-streamer.git"
41
41
[[ -n " ${CROWSNEST_CAMERA_STREAMER_REPO_BRANCH} " ]] || CROWSNEST_CAMERA_STREAMER_REPO_BRANCH=" master"
42
42
status_msg " Using default configuration ..." " 0"
You can’t perform that action at this time.
0 commit comments