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

More printing and scrolling fixes #395

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Conversation

ropg
Copy link
Contributor

@ropg ropg commented Mar 10, 2024

  • logBuffer now stores max line length
  • write() rewritten to discard all but \n past that length
  • buffer cannot fill up prematurely
  • write() partly rewritten for clarity, no more re-entry when full

Fixes #396

* logBuffer now stores max line length
* write() rewritten to discard all but \n past that length
* buffer cannot fill up prematurely
* write() partly rewritten for clarity, no more re-entry when full
@ropg ropg mentioned this pull request Mar 11, 2024
@marcelstoer marcelstoer merged commit 510b31a into ThingPulse:master Mar 11, 2024
6 checks passed
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.

No way to clear logBuffer
2 participants