fix broken usb port testing option

This commit is contained in:
Paul P
2023-05-27 07:49:43 -04:00
parent 46fb26a66c
commit 54ade627ef

View File

@@ -1524,6 +1524,10 @@ main_menu() {
backup_menu
break
;;
"USB port testing")
usb_testing
break
;;
"Update")
octo_deploy_update
break