Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix port number in line 30 to match Readme and change Serial.begin to 9600 for compatibility with most devices #1

Merged
merged 2 commits into from
May 9, 2024

Conversation

tedliou
Copy link
Contributor

@tedliou tedliou commented May 9, 2024

  • Fix port number in line 30 to match the port number specified in the Readme.
  • Change Serial.begin to 9600 to improve compatibility with most devices.

This commit addresses two issues:

  1. The port number specified in line 30 of the code did not match the port number specified in the Readme. This could have caused problems for users who were trying to follow the instructions in the Readme.
  2. The default baud rate for Serial.begin was 115200. This is a relatively high baud rate, and some devices may not be able to handle it. Changing the baud rate to 9600 will make the code more compatible with a wider range of devices.

These changes should improve the usability and compatibility of the code.

tedliou added 2 commits May 9, 2024 14:11
…egin to 9600 for compatibility with most devices

* Fix port number in line 30 to match the port number specified in the Readme.
* Change Serial.begin to 9600 to improve compatibility with most devices.

This commit addresses two issues:

1. The port number specified in line 30 of the code did not match the port number specified in the Readme. This could have caused problems for users who were trying to follow the instructions in the Readme.
2. The default baud rate for Serial.begin was 115200. This is a relatively high baud rate, and some devices may not be able to handle it. Changing the baud rate to 9600 will make the code more compatible with a wider range of devices.

These changes should improve the usability and compatibility of the code.
@dmachard dmachard merged commit 4029149 into dmachard:master May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants