Skip to content

Commit

Permalink
got right file descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyYao7 committed Apr 12, 2024
1 parent 1de59b8 commit 6d75ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


def main():
ser = serial.Serial('/dev/cu.usbmodem101', 9600)
ser = serial.Serial('/dev/serial', 9600)

try:
distance = True
Expand Down

0 comments on commit 6d75ae6

Please sign in to comment.