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

Clarify meaning of '!' at beginning of packet and allow '!' in the data. Also remove magic number. #32

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

tedhenry100
Copy link

@tedhenry100 tedhenry100 commented Mar 16, 2017

Fixes #23 and #31.

Also remove magic number to fix #30. (This is unrelated to #23 and #31 but I don't know how to create separate pull requests in GitHub while the first pull request is open.)

@tedhenry100
Copy link
Author

Someone more expert than me should definitely think about the change and test it more deeply. I'm no expert. In fact, that's exactly why I'm looking at the examples so I can model good quality code. 🙂

If `READ_BUFSIZE` is defined to be less than 20, we don't want to read off the end of the buffer.

Fixes #30
If `READ_BUFSIZE` is defined to be less than 20, we don't want to read off the end of the buffer.

Fixes #30
If `READ_BUFSIZE` is defined to be less than 20, we don't want to read off the end of the buffer.

Fixes #30
@tedhenry100 tedhenry100 changed the title Clarify meaning of '!' at beginning of packet and allow '!' in the data. Clarify meaning of '!' at beginning of packet and allow '!' in the data. Also remove magic number. Mar 17, 2017
@hathach hathach added this to TODO in Next Release Sep 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
1 participant