feat: add crowsnest as mjpg replacement

Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
Stephan Wendel
2023-01-11 19:19:47 +01:00
parent 8493269c6f
commit 4f4b7fb3eb
6 changed files with 253 additions and 5 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_system" "update_crowsnest";;
10)
do_action "update_system" "update_ui";;
a)
do_action "update_all" "update_ui";;