From 54ade627efb844f0711fc078b2a5bea4312ee77d Mon Sep 17 00:00:00 2001 From: Paul P Date: Sat, 27 May 2023 07:49:43 -0400 Subject: [PATCH] fix broken usb port testing option --- octoprint_deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index eff59c8..d1df62b 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -1524,6 +1524,10 @@ main_menu() { backup_menu break ;; + "USB port testing") + usb_testing + break + ;; "Update") octo_deploy_update break