Update
This commit is contained in:
parent
04ad1fc887
commit
041223591f
6 changed files with 6 additions and 6 deletions
|
@ -43,7 +43,7 @@ function info_menu_ui_ke() {
|
|||
subtitle '•CAMERA:'
|
||||
info_line "$(check_file_ke "$TIMELAPSE_FILE")" 'Moonraker Timelapse'
|
||||
hr
|
||||
subtitle '•REMOTE ACCESS AND AI DETECTION:'
|
||||
subtitle '•REMOTE ACCESS:'
|
||||
info_line "$(check_folder_ke "$OCTOEVERYWHERE_FOLDER")" 'OctoEverywhere'
|
||||
info_line "$(check_folder_ke "$MOONRAKER_OBICO_FOLDER")" 'Obico'
|
||||
info_line "$(check_folder_ke "$GUPPYFLO_FOLDER")" 'GuppyFLO'
|
||||
|
|
|
@ -25,7 +25,7 @@ function install_menu_ui_ke() {
|
|||
subtitle '•CAMERA:'
|
||||
menu_option '10' 'Install' 'Moonraker Timelapse'
|
||||
hr
|
||||
subtitle '•REMOTE ACCESS AND AI DETECTION:'
|
||||
subtitle '•REMOTE ACCESS:'
|
||||
menu_option '11' 'Install' 'OctoEverywhere'
|
||||
menu_option '12' 'Install' 'Moonraker Obico'
|
||||
menu_option '13' 'Install' 'GuppyFLO'
|
||||
|
|
|
@ -25,7 +25,7 @@ function remove_menu_ui_ke() {
|
|||
subtitle '•CAMERA:'
|
||||
menu_option '10' 'Remove' 'Moonraker Timelapse'
|
||||
hr
|
||||
subtitle '•REMOTE ACCESS AND AI DETECTION:'
|
||||
subtitle '•REMOTE ACCESS:'
|
||||
menu_option '11' 'Remove' 'OctoEverywhere'
|
||||
menu_option '12' 'Remove' 'Moonraker Obico'
|
||||
menu_option '13' 'Remove' 'GuppyFLO'
|
||||
|
|
|
@ -51,7 +51,7 @@ function info_menu_ui() {
|
|||
info_line "$(check_file "$TIMELAPSE_FILE")" 'Moonraker Timelapse'
|
||||
info_line "$(check_file "$CAMERA_SETTINGS_FILE")" 'Camera Settings Control'
|
||||
hr
|
||||
subtitle '•REMOTE ACCESS AND AI DETECTION:'
|
||||
subtitle '•REMOTE ACCESS:'
|
||||
info_line "$(check_folder "$OCTOEVERYWHERE_FOLDER")" 'OctoEverywhere'
|
||||
info_line "$(check_folder "$MOONRAKER_OBICO_FOLDER")" 'Obico'
|
||||
info_line "$(check_folder "$GUPPYFLO_FOLDER")" 'GuppyFLO'
|
||||
|
|
|
@ -33,7 +33,7 @@ function install_menu_ui() {
|
|||
menu_option '17' 'Install' 'Moonraker Timelapse'
|
||||
menu_option '18' 'Install' 'Camera Settings Control'
|
||||
hr
|
||||
subtitle '•REMOTE ACCESS AND AI DETECTION:'
|
||||
subtitle '•REMOTE ACCESS:'
|
||||
menu_option '19' 'Install' 'OctoEverywhere'
|
||||
menu_option '20' 'Install' 'Moonraker Obico'
|
||||
menu_option '21' 'Install' 'GuppyFLO'
|
||||
|
|
|
@ -33,7 +33,7 @@ function remove_menu_ui() {
|
|||
menu_option '17' 'Remove' 'Moonraker Timelapse'
|
||||
menu_option '18' 'Remove' 'Camera Settings Control'
|
||||
hr
|
||||
subtitle '•REMOTE ACCESS AND AI DETECTION:'
|
||||
subtitle '•REMOTE ACCESS:'
|
||||
menu_option '19' 'Remove' 'OctoEverywhere'
|
||||
menu_option '20' 'Remove' 'Moonraker Obico'
|
||||
menu_option '21' 'Remove' 'GuppyFLO'
|
||||
|
|
Loading…
Add table
Reference in a new issue