Update diagnostics/FullDiagnostics.py

This commit is contained in:
2025-12-18 17:12:44 +00:00
parent 6884969cc1
commit 4473d794bd

View File

@@ -54,6 +54,8 @@ while True:
break
elif choice == "cs":
print("---------------------COLOR SENSOR DIAGNOSTICS---------------------")
colorsensor.printAll()
print("Color sensor diagnostics completed.")
break
else:
print("Invalid choice. Please enter 'b', 'm', or 'q'.")