Fixed up UI
This commit is contained in:
@@ -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.")
|
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.")
|
input("Press Enter to begin the battery diagnostics.")
|
||||||
battery.printAll()
|
battery.printAll()
|
||||||
|
print("Battery diagnostics completed.")
|
||||||
|
|
||||||
elif choice == "m":
|
elif choice == "m":
|
||||||
print("------------------------MOTOR DIAGNOSTICS------------------------")
|
print("------------------------MOTOR DIAGNOSTICS------------------------")
|
||||||
|
|||||||
Reference in New Issue
Block a user