From 086bd8841d51951000d6babc1da8594fde3b00bf Mon Sep 17 00:00:00 2001 From: alkadienePhoton Date: Sun, 7 Dec 2025 17:01:18 -0600 Subject: [PATCH] Fixed up UI --- utils/FullDiagnostics.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/FullDiagnostics.py b/utils/FullDiagnostics.py index 3c4b079..e203ee4 100644 --- a/utils/FullDiagnostics.py +++ b/utils/FullDiagnostics.py @@ -25,6 +25,7 @@ while True: print("This test will check the battery voltage and current. It will measure the voltage and current over a period of 3 seconds and provide average values and deviation values. Your voltage should be above 7800 mV for optimal performance.") input("Press Enter to begin the battery diagnostics.") battery.printAll() + print("Battery diagnostics completed.") elif choice == "m": print("------------------------MOTOR DIAGNOSTICS------------------------")