-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Using the latest version, the espsoftserial library restarts after accepting data #4850
Comments
I have same issue and git bisect shows that 641c5cd is somehow relevant. |
* Scheduled Interrupt * use capital letter for Schedule.h * Prevent memory leak when attach is called multiple times without detach * Add improved schedule_function * WIP : Integrate FunctionalInterrupt & ScheduledInterrupt * Fix travis error
@hreintke could you please take a look? |
@hreintke I already looked at the pr and approved. Thanks for confirming the change is needed! |
@baoshuai9527 could you please retest with latest git? |
@devyte thank you for your help,Today, using the latest git,I tested, new problems appeared.
Debug Messages
|
@baoshuai9527 I cannot reproduce the wdt error you are getting. Is there anything specific in your setup ? |
@hreintke I am using this library https://github.com/plerup/espsoftwareserial |
@baoshuai9527 |
@baoshuai9527 my understanding is that building this core pulls a specific version of the espsoftwareserial, and not the latest git available in that repo. The latest is still untested in our environment. |
@d-a-v Sorry to have kept you waiting,I add it
Debug messages
but,esp wdt restart after the espsoftserial library rx accepts data Debug messages
test code
|
#4913 |
Thanks for your help, the latest git version solves this problem. |
Closing as solved. |
hi,Master,...
Using the latest version, esp restart after the espsoftserial library rx accepts data, use v2.4.1, 2.3.0 version is normal, esp8266 will not restart
Basic Infos
Platform
Settings in IDE
Problem Description
Using the latest version, esp restart after the espsoftserial library rx accepts data, use v2.4.1, 2.3.0 version is normal, esp8266 will not restart
Basic Infos
Debug Messages
Thinks
The text was updated successfully, but these errors were encountered: