-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Switch to serial_write
for the one line clear that is captured by boot_out.txt
#9181
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
Conversation
serial_write
for the one line clear that is stored in boot_out.txt
serial_write
for the one line clear that is captured by boot_out.txt
That confusion may be my fault. I would think renaming serial_write_compressed (to what?) would be helpful for the next person. |
I do not think a function rename is warranted. |
The one print below was safe to change to |
This reverts commit dcb08dc.
Something changed with readthedocs.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Fixes #9180.
This is the only function that doesn't get captured into
boot_out.txt
.I confirmed the line clear still occurs by adding some junk text.
The rest of the line clears are outside of what
boot_out.txt
captures and I opted to keep the existing function calls since they seem more correct.