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

Workaround for Holley DTZ541 #76

Merged
merged 4 commits into from
Oct 31, 2019

Conversation

hacki11
Copy link

@hacki11 hacki11 commented Sep 22, 2019

  • handling incorrect sml_time object
  • support crc-16/kermit algorithm

- handling incorrect sml_time object
- support crc-16/kermit algorithm
Copy link

@mbehr1 mbehr1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comments. mem leak introduced.

sml/src/sml_time.c Outdated Show resolved Hide resolved
Copy link

@mbehr1 mbehr1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks ok for me.

sml/src/sml_time.c Outdated Show resolved Hide resolved
@hacki11
Copy link
Author

hacki11 commented Oct 8, 2019

Fixed review findings

@hacki11
Copy link
Author

hacki11 commented Oct 29, 2019

If there aren’t any more findings a merge would be nice

@andig
Copy link

andig commented Oct 29, 2019

Out of curiosity- why the unrelated whitespace change? Does that make anything more consistent?

@hacki11
Copy link
Author

hacki11 commented Oct 30, 2019

Seems that was my auto formatting of clion. Perhaps tab replacement with whitespaces and indentation fixes. Can revert that changes if you want.

@andig
Copy link

andig commented Oct 30, 2019

Please revert unwanted changes and check style- this repo is typically using tabs, you have spaces apparently. Reformatting the entire codebase would be a different issue.

@hacki11
Copy link
Author

hacki11 commented Oct 30, 2019

fixed

if (sml_buf_get_next_length(buf) != 2) {
buf->error = 1;
goto error;
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hier stimmt noch die Einrückung nicht?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doch, der Block gehört nun in den else Zweig

@andig andig merged commit 36fc784 into volkszaehler:master Oct 31, 2019
@andig
Copy link

andig commented Oct 31, 2019

Fixes #75

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.

3 participants