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

@@ -32,8 +32,9 @@ function update_ui() {
echo -e "| 6) [PrettyGCode] |$(compare_prettygcode_versions)|"
echo -e "| 7) [Telegram Bot] |$(compare_telegram_bot_versions)|"
echo -e "| 8) [Obico for Klipper]|$(compare_moonraker_obico_versions)|"
echo -e "| 9) [Crowsnest] |$(compare_crowsnest_versions)|"
echo -e "| |------------------------------|"
echo -e "| 9) [System] | $(check_system_updates) |"
echo -e "| 10)[System] | $(check_system_updates) |"
back_footer
}
@@ -63,6 +64,8 @@ function update_menu() {
8)
do_action "update_moonraker_obico" "update_ui";;
9)
do_action "update_crowsnest" "update_ui";;
10)
do_action "update_system" "update_ui";;
a)
do_action "update_all" "update_ui";;