feat: replace mjpg-streamer with crowsnest (#286)

Co-authored-by: th33xitus <th33xitus@googlemail.com>
This commit is contained in:
Stephan Wendel
2023-02-03 21:59:59 +01:00
committed by GitHub
parent 8493269c6f
commit 7aa186e8b9
7 changed files with 266 additions and 12 deletions

View File

@@ -27,10 +27,8 @@ function install_ui() {
echo -e "| 3) [Mainsail] | 8) [Telegram Bot] |"
echo -e "| 4) [Fluidd] | 9) $(obico_install_title) |"
echo -e "| | |"
echo -e "| Touchscreen GUI: | |"
echo -e "| 5) [KlipperScreen] | |"
# echo -e "| Touchscreen GUI: | Webcam Streamer: |"
# echo -e "| 5) [KlipperScreen] | 10) [MJPG-Streamer] |"
echo -e "| Touchscreen GUI: | Webcam Streamer: |"
echo -e "| 5) [KlipperScreen] | 10) [Crowsnest] |"
back_footer
}
@@ -66,11 +64,8 @@ function install_menu() {
do_action "telegram_bot_setup_dialog" "install_ui";;
9)
do_action "moonraker_obico_setup_dialog" "install_ui";;
# 10)
# do_action "install_mjpg-streamer" "install_ui";;
# clear && print_header
# print_error "Function currently disabled! Sorry!"
# install_ui;;
10)
do_action "install_crowsnest" "install_ui";;
B|b)
clear; main_menu; break;;
*)