We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da83515 commit 82096d2Copy full SHA for 82096d2
chords.py
@@ -357,8 +357,8 @@ def main():
357
else:
358
ser = detect_hardware(baudrate=args.baudrate)
359
if ser is None:
360
- sys.stderr.write("No\n")
361
- sys.exit(1) # Exit with a non-zero code to indicate failure
+ sys.stderr.write("Serial Connection not established properly.Try Again\n")
+ sys.exit(1) # Exit with a non-zero code to indicate failure
362
363
print("Arduino port not specified or detected. Exiting.") # Notify if no port is available
364
return
0 commit comments