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

Remove the espmonitor dependency, re-implement our own monitor #254

Merged
merged 2 commits into from
Oct 5, 2022

Conversation

jessebraham
Copy link
Member

Unfortunately since espmonitor is licensed under GPL we are no longer able to use it after the relicensing. This adds back in some of the code which was removed when adding espmonitor, and then re-implements the necessary functionality to get us back to where we were.

One added benefit of this new implementation is that print!() actually works now, as we do not buffer until a newline like espmonitor does.

Closes #253.

Unfortunately since `espmonitor` is licensed under GPL we are no longer able to use it after the relicensing
Copy link
Contributor

@bjoernQ bjoernQ left a comment

Choose a reason for hiding this comment

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

LGTM - works great
Really happy to not need new-lines to print anything anymore!
Regarding the regex - it's up to you if you want to adapt it now or not - not that much important

@jessebraham jessebraham merged commit 046c467 into esp-rs:master Oct 5, 2022
@jessebraham jessebraham deleted the feature/monitor branch October 5, 2022 14:13
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.

The espmonitor dependency must be removed (as it is GPL)
3 participants