Commit 946d95b 1 parent acee8b3 commit 946d95b Copy full SHA for 946d95b
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
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=" v6.10 "
38
+ CROWSNEST_USTREAMER_REPO_BRANCH=" v6.31 "
39
39
fi
40
40
41
41
# Camera-streamer repo
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=" v6.10 "
39
+ [[ -n " ${CROWSNEST_USTREAMER_REPO_BRANCH} " ]] || CROWSNEST_USTREAMER_REPO_BRANCH=" v6.31 "
40
40
[[ -n " ${CROWSNEST_CAMERA_STREAMER_REPO_SHIP} " ]] || CROWSNEST_CAMERA_STREAMER_REPO_SHIP=" https://github.com/mryel00/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